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
Add in angular.json
"assets": [ "src/favicon.ico", "src/assets" ],
And then use it like this:
And in ts: storyPath = 'assets/images/myImg.png';
storyPath = 'assets/images/myImg.png';