摘要:
路由守卫 CanActivate: 处理导航到某个路由的情况。 CanDeactivate:处理从当前路由离开的情况。 Resole:在路由激活之前获取路由数据。 1.CanActivate: 处理导航到某个路由的情况。 新建一个文件PermissionGuard.ts import {CanAct 阅读全文
摘要:
在HTML文件中 //主路由 <router-outlet></router-outlet> //辅助路由 <router-outlet name="aux"></router-outlet> 配置 {path:'xxx',component:XxxComponent} {path:'yyy',co 阅读全文