angular5學習筆記 路由通信

首先在路由字典中,接收值的組件中加上:/:id 在發送值的組件中,發送值的方式有幾種。 第一種:<a routerLink="/detail/1">新聞詳情1</a> 利用routerLink,在跳轉的組件後加上要傳過去的值   接着在接收值的組件中,也就是detail組件裏,引入ActivatedRoute,並實例化 然後需要使用route,就能獲取傳過的值    *navigate的用法 1.
相關文章
相關標籤/搜索