TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
bishoe nb
NA
623
80k
Failed to load resource: net::ERR_NAME_NOT_RESOLVED image
Apr 12 2019 10:16 AM
image path
image/xxxx.png this in mvc api folder
in angular 7
<
table
*
ngIf
=
"_INewsModule"
>
<
thead
>
<
tr
>
<
th
colSpan
=
'2'
>
Details
</
th
>
</
tr
>
</
thead
>
<
tbody
>
<
tr
>
<
td
>
Image Caption
</
td
>
<
td
>
{{_INewsModule.ImageCaption}}
</
td
>
</
tr
>
<
tr
>
<
td
>
Image Name
</
td
>
<
td
>
<
img
src
=
"
http://localohost:1858/Image/{{_INewsModule.ImageName
}}"
/>
</
td
>
</
tr
>
</
tbody
>
</
table
>
not
working
Failed to load resource: net::ERR_NAME_NOT_RESOLVED http://localohost:1858/Image/xls194454633.png
Reply
Answers (
2
)
state management in angular 7
how can search by id in angular & api