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