I work with Angular 9 Within my project, I read the photos from the local address and want to display it But I encounter an error in the browser console and it does not read the image. How do I solve my problem?
TS:
urlPic="E:\project\Assessment of professors\Evaluation_BackEnd\Evaluation\Evaluation.Web\wwwroot/Images/User\effc9f02-b597-47c7-9edc-ee2ba03455ac.jpg";
HTML:
<div class="col-xs-12" >
<img [src]="urlPic" >
</div>