const routes: Routes = [ { path: 'test', loadChildren: () => import('./test/test.module').then(m => m.TestModule) } ];. There is a way (hack?)
確定! 回上一頁