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…
<img class="w-full lg:h-36 sm:h-40 h-60 rounded-lg" [src]="currentUser.profileImg" alt="Profile Img">
New contributor
Mubashir Khan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.