When using Angular you should keep your static images in the ./assets folder and then refer to those images by using for example src="/assets/img.png".
./assets
src="/assets/img.png"