Concept Flow - Bootstrapping with standalone
Define standalone component
Create main.ts file
Call bootstrapApplication() with component
Angular creates component instance
Component renders in DOM
App ready and interactive
This flow shows how Angular starts an app by bootstrapping a standalone component directly without NgModules.