Am building a project on Angular and this project will have lots of images as part the design. Am wondering if it is possible to keep images used by each component within the component instead of having to fetch each image from the assets folder.
I want to know if it is possible to configure Angular to house and serve images used by a component within that component.
See picture for clarification:
