angular-load-children相关内容

`loadChildren: () => 和有什么区别?import('./hoge.module.ts).then(m => m.HogeModule)' 和 loadChildren: './hoge.module#HogeModule'?

问题 我们得到一个错误cannot find module 如果下面的结构. app-routing.module.ts const 路由:Routes = [{路径:CHILD_MANAGEMENT_PORTAL.baseUrl,canActivate: [AuthGuard],组件:信封组件,loadChildren: () =>import('./features/child- ..