const routes: Routes = [ { path: 'items', loadChildren: () => import('./items/items.module').then(m => m.ItemsModule) } ];. loadChildren是路由的 ...
確定! 回上一頁