Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我尝试按角度使用项目,但在 loadChildren 中有问题,我需要更正以下代码:
{ path: '', loadChildren: () => import('./components/home/home.module').then(m :{HomeModule:HomeModule} => m.HomeModule) },