Lazy loading is expressed through how the Angular routes are setup: const routes: Routes = [ { path: '', loadChildren: './tabs/tabs.module# ...
確定! 回上一頁