Angular Nested Routes|子路徑
Angular Routing路由前情提要
Nested (Child) Routes 子路由
路由跳轉時,讓component直接render在同樣頁面。
1. 子路由設定
在app.module.ts定義子路由:
1 | const appRoutes: Routes = [ |
2. 使用router-outlet
架構是users底下有個別的user:
1 | <div> |
路由跳轉時,讓component直接render在同樣頁面。
在app.module.ts定義子路由:
1 | const appRoutes: Routes = [ |
架構是users底下有個別的user:
1 | <div> |