Introduction
Angular bootstraps an application to start it up and show the first screen. It connects your code to the web page so users can see and interact with it.
When you want to launch an Angular app in a web browser.
When you need to connect your main component to the HTML page.
When setting up a new Angular project to make it ready for users.
When you want to control how your app starts and which component shows first.