- Angular Router
- Victor Savkin
- 79字
- 2021-07-09 19:20:30
Navigation
The router's primary job is to manage navigation between states, which includes updating the component tree.
Note
Navigation is the act of transitioning from one router state to another.
To see how it works, let's look at the following example. Say we perform a navigation from the state above to this one:

Because ConversationsCmp
is no longer active, the router will remove it. Then, it will instantiate ConversationCmp
with MessagesCmp
in it, with ComposeCmp
displayed as a popup.
推薦閱讀
- 觸·心:DT時代的大數據精準營銷
- ReSharper Essentials
- 算法訓練營:入門篇(全彩版)
- Java 9 Programming Blueprints
- Practical DevOps
- Practical Windows Forensics
- Learning ArcGIS Pro
- Unreal Engine 4 Shaders and Effects Cookbook
- Oracle Exadata專家手冊
- SQL 經典實例
- Lift Application Development Cookbook
- Simulation for Data Science with R
- Mastering ASP.NET Core 2.0
- 量子計算機編程:從入門到實踐
- Game Programming using Qt 5 Beginner's Guide