I have made an angular 6 project that connects to a back-end and fetches some data. The user of the application may upload pictures to the server, which I save inside the assets folder of my angular project.
I have noticed that when a pictured is saved in the folder, the front end will not display it (the img element will appear "broken") until the angular project is recompiled. Is this observation actually the reason the pictures don't load immediately?
What can I do about this?