Angular - Modules
Why does this lazy loading route cause an error?
{ path: 'reports', loadChildren: () => import('./reports/reports.module').then(m => m.ReportModule) }