码迷,mamicode.com
首页 > 其他好文 > 详细

angular路由学习

时间:2019-11-11 00:59:19      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:指定   component   htm   重定向   gen   pes   ret   let   方法   

学习段:
1、重定向的路由:当url为空的时候,跳转到指定的组件

2、通配符路由:不存的路由,显示错误组件

{path:"",rediretTo:指定的路由,pathMatch:"full"}

2、通配符路由:不存的路由,显示错误组件

路由的加载是从上至下的

{path:"**",component:PageNotComponent}

路由的加载是从上至下的

实现路由跳转的方法:

<a routerLink="/home">首页</a>

引入路由的方法

<router-outlet></router-outlet>      

angular路由学习

标签:指定   component   htm   重定向   gen   pes   ret   let   方法   

原文地址:https://www.cnblogs.com/MyUniverse/p/11832463.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!