Static Assets

Learn how to use static assets in Angular.

We’re almost finished with developing the application. One problem we’ve been facing is the absence of images in each post. We can quickly resolve this by uploading some images to the src/assets directory. This is where we can upload assets, like images, that will be ...