Angular - Standalone Components
Why does this lazy loading route cause an error?
{ path: 'about', loadComponent: () => import('./about.component').then(m => m.AboutModule) }