- Angular Router
- Victor Savkin
- 129字
- 2021-07-09 19:20:30
Router state
A router state is a subtree of the configuration tree. For instance, the example below has ConversationsCmp
activated. We say activated instead of instantiated as a component can be instantiated only once but activated multiple times (any time its route's parameters change):

Not all subtrees of the configuration tree are valid router states. If a node has multiple children of the same color, i.e., of the same outlet name, only one of them can be active at a time. For instance, ComposeCmp
and PopupMessageCmp
cannot be displayed together, but ConversationsCmp
and PopupMessageCmp
can. Stands to reason, an outlet is nothing but a location in the DOM where a component is placed. So we cannot place more than one component into the same location at the same time.
- 零基礎學Visual C++第3版
- Advanced Machine Learning with Python
- OpenDaylight Cookbook
- CMDB分步構建指南
- SpringMVC+MyBatis快速開發與項目實戰
- Mastering QGIS
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Mastering Python Networking
- JavaScript入門經典
- Swift細致入門與最佳實踐
- Python Data Analysis Cookbook
- Mastering ROS for Robotics Programming
- 零基礎學Java第2版
- 原型設計:打造成功產品的實用方法及實踐
- 量子計算機編程:從入門到實踐