I created an angular app with 'ng new my-app', folder structure is like so:
my-app
|- e2e
|- node_modules
|- src
|- assets
|- images
|- smile.jpg
How can I reach my image through the client
with http://localhost:4200/images/smile.jpg?
