bishoe nb

bishoe nb

  • 1k
  • 623
  • 78.2k

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 
 
  1. <table *ngIf="_INewsModule">  
  2.     <thead>  
  3.         <tr>  
  4.             <th colSpan='2'> Details</th>  
  5.         </tr>  
  6.     </thead>  
  7.     <tbody>  
  8.         
  9.          
  10.         
  11.         <tr>  
  12.             <td>  
  13.                 Image Caption  
  14.             </td>  
  15.             <td>  
  16.                 {{_INewsModule.ImageCaption}}  
  17.             </td>  
  18.         </tr>  
  19.         <tr>  
  20.             <td>  
  21.                 Image Name  
  22.             </td>  
  23.             <td>  
  24.                 <img src="http://localohost:1858/Image/{{_INewsModule.ImageName}}"/>  
  25.             </td>  
  26.         </tr>  
  27.   
  28.   
  29.     </tbody>  
  30. </table>  
  31.   
  32.     
  33.   
  34.   
  35.   
  36.   
  37.    
 not working 
 
Failed to load resource: net::ERR_NAME_NOT_RESOLVED  http://localohost:1858/Image/xls194454633.png 
 
 
 

Answers (2)