In app.component.ts, add a an image to the html template so that a picture displays on the webpage.
Example of html image:
<img src="./src/assets/angular.svg" alt="angular logo" width="300">
Feel free to upload and use any image you want. Include a screenshot of the app running in the browser with your pull request.
In
app.component.ts, add a an image to the html template so that a picture displays on the webpage.Example of html image:
Feel free to upload and use any image you want. Include a screenshot of the app running in the browser with your pull request.