Angular - Standalone Components
Identify the error in this route config for lazy loading a standalone component:
{ path: 'profile', loadComponent: import('./profile.component').then(m => m.ProfileComponent) }