Concept Flow - Migrating from NgModules
Start with NgModule-based app
Identify NgModules to migrate
Convert NgModules to standalone components
Replace NgModule imports with standalone imports
Update bootstrap to standalone component
Test app functionality
Done
This flow shows the steps to change an Angular app from using NgModules to using standalone components and imports.