摘要: In this tutorial we are going to learn how to configure the Angular 2 router to cover some commonly used routing scenarios: what if the user goes to t 阅读全文
posted @ 2016-09-26 20:39 Zhentiw 阅读(270) 评论(0) 推荐(0)
摘要: You can load resource based on the url using the a combination of ActivatedRouteand Angular 2’s Http service. Since the params and Http are both strea 阅读全文
posted @ 2016-09-26 16:38 Zhentiw 阅读(529) 评论(0) 推荐(0)
摘要: The <base href=”/”/> you define will determine how all other assets you plan on loading treat their relative paths. While you’ll most often use / as y 阅读全文
posted @ 2016-09-26 14:55 Zhentiw 阅读(774) 评论(0) 推荐(0)
摘要: Angular 2’s ActivatedRoute allows you to get the details of the current route into your components. Params on the ActivatedRoute are provided as strea 阅读全文
posted @ 2016-09-26 02:55 Zhentiw 阅读(247) 评论(0) 推荐(0)