I\'m having a problem with sourcing an image with angular 4. It keeps telling me that the image is not found.
Folder structure:
app_folder/ app_compo
Angular 4 to 8
Either works
and the Component would be
export class sample Component implements OnInit { imageSrc = 'assets/images/iphone.png' imageAlt = 'iPhone'
Tree structure:
-> src -> app -> assets -> images 'iphone.png'