Angular - Performance Optimization
Identify the error in this Angular route configuration for lazy loading:
{ path: 'profile', loadChildren: './profile/profile.module#ProfileModule' }