- Angular Router
- Victor Savkin
- 116字
- 2021-07-09 19:20:29
Chapter 1. What Do Routers Do?
Before we jump into the specifics of the Angular router, let's talk about what routers do in general.
As you know, an Angular application is a tree of components. Some of these components are reusable UI components (for example, list and table), and some are application components, which represent screens or some logical parts of the application. The router cares about application components, or, to be more specific, about their arrangements. Let's call such component arrangements router states. So a router state defines what is visible on the screen.
Note
A router state is an arrangement of application components that defines what is visible on the screen.
推薦閱讀
- Cocos2D-X權威指南(第2版)
- Java 開發從入門到精通(第2版)
- Vue.js 2 and Bootstrap 4 Web Development
- 實戰Java程序設計
- SAS數據統計分析與編程實踐
- The HTML and CSS Workshop
- 大模型RAG實戰:RAG原理、應用與系統構建
- 計算機應用基礎案例教程
- Java零基礎實戰
- Practical GIS
- Drupal 8 Development:Beginner's Guide(Second Edition)
- SaaS攻略:入門、實戰與進階
- C語言程序設計
- Leaflet.js Essentials
- Building Scalable Apps with Redis and Node.js