Angular - Performance Optimization
Given this route configuration, what happens when the user navigates to '/profile'?
{ path: 'profile', loadChildren: () => import('./profile/profile.module').then(m => m.ProfileModule) }