Concept Flow - Module lazy loading preview
App starts
User navigates to route
Check if module is loaded
Load module asynchronously
Render module components
User interacts with module
App continues
This flow shows how Angular waits to load a module until the user navigates to its route, then loads it asynchronously and renders its components.