要惰性加载Angular 模块,请在AppRoutingModule routes 中使用loadChildren 代替component 进行配置,代码如下。 const routes: Routes = [ { path: ' ...
確定! 回上一頁