- Angular Router
- Victor Savkin
- 103字
- 2021-07-09 19:20:30
Chapter 2. Overview
Now that we have learned what routers do in general, it is time to talk about the Angular router.

The Angular router takes a URL, then does the following:
1. Applying redirects.
2. Recognizing router states.
3. Running guards and resolving data.
4. Activating all the needed components.
5. Managing navigation.
Most of it happens behind the scenes, and, usually, we do not need to worry about it. But remember, the purpose of this book is to teach you how to configure the router to handle any crazy requirement your application might have. So let's get on it!
推薦閱讀
- Progressive Web Apps with React
- 精通JavaScript+jQuery:100%動(dòng)態(tài)網(wǎng)頁(yè)設(shè)計(jì)密碼
- 架構(gòu)不再難(全5冊(cè))
- Apache Karaf Cookbook
- CKA/CKAD應(yīng)試教程:從Docker到Kubernetes完全攻略
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- Python編程:從入門到實(shí)踐
- RealSenseTM互動(dòng)開發(fā)實(shí)戰(zhàn)
- 微信小程序開發(fā)與實(shí)戰(zhàn)(微課版)
- 持續(xù)集成與持續(xù)交付實(shí)戰(zhàn):用Jenkins、Travis CI和CircleCI構(gòu)建和發(fā)布大規(guī)模高質(zhì)量軟件
- 代替VBA!用Python輕松實(shí)現(xiàn)Excel編程
- Bootstrap for Rails
- Getting Started with Python
- Java7程序設(shè)計(jì)入門經(jīng)典
- Backbone.js Patterns and Best Practices