摘要: // app-routing.module.ts const routes: Route[] = [ { path: 'app', loadChildren: () => import(m => m.DemoModule) } ] @NgModule({ imports: [RouterModule 阅读全文
posted @ 2020-12-26 21:07 kemplaw 阅读(58) 评论(0) 推荐(0)