copy images in angular

402 Views Asked by At

I am working on a angular application. I have some images in my assets folder. Project structure is as follows.

src -> assests  -> images -> myImage.png

I want to load this image file in angular and copy it into C drive. I don't want to use node for that. I want to do it in angular only. How I can do that?

0

There are 0 best solutions below