Angular - Performance Optimization
Why does this lazy loading route fail?
{ path: 'user', loadChildren: () => import('./user/user.module').then(m => m.UserModule) }
UserModule is defined but the app throws a runtime error.