Concept Flow - What is Angular
Start Angular App
Bootstrap Root Component
Render Components Tree
User Interaction
Change Detection Runs
Update DOM
Repeat on Interaction
Angular starts by bootstrapping the root component, renders the component tree, listens for user actions, runs change detection to update the DOM, and repeats this cycle.