after upload img in local server, img path is correct but img not show in angular 17
I can upload image using node js backend using multer pkg, img store in local server successfully also it can give correct path as assets/images/imageName but it cannot show image on that url, when i can rebuild as ng serve, then it show there is assets folder is static and it can serve on build time, but where i can store that image and how to get image…