Answers for "where do i put images in an angular project"

1

import images angular

<img [src]="imageSrc" [alt]="imageAlt" />

<img src="{{imageSrc}}" alt="{{imageAlt}}" />
Posted by: Guest on October-12-2020
0

angular images

// to test your  images paste your URL link in your URL browser
http://localhost:4200/assets/img/site/logo.png
Posted by: Guest on December-22-2021

Code answers related to "where do i put images in an angular project"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language