- 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!
推薦閱讀
- Rust實戰
- WebAssembly實戰
- Dependency Injection in .NET Core 2.0
- x86匯編語言:從實模式到保護模式(第2版)
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- C語言程序設計實踐教程
- 3D少兒游戲編程(原書第2版)
- Scala Reactive Programming
- 移動互聯網軟件開發實驗指導
- Java程序員面試筆試寶典(第2版)
- 快速入門與進階:Creo 4·0全實例精講
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- Mastering jQuery Mobile
- Java Web開發教程:基于Struts2+Hibernate+Spring
- Sitecore Cookbook for Developers