Images with Angular 17
In Angular 17 we have to put images inside the “public” folder. We can create a folder named “assets” inside the “public” folder and store our images inside the “assets” folder. The directory structure will look like this -
public > assets > image.pn...
prashantblog.hashnode.dev1 min read