- 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.
推薦閱讀
- Java程序設(shè)計(jì)與開發(fā)
- R語言數(shù)據(jù)分析從入門到精通
- C語言程序設(shè)計(jì)(第2 版)
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- Raspberry Pi 2 Server Essentials
- Oracle JDeveloper 11gR2 Cookbook
- Linux C編程:一站式學(xué)習(xí)
- Learning Unreal Engine Android Game Development
- ExtJS Web應(yīng)用程序開發(fā)指南第2版
- RocketMQ實(shí)戰(zhàn)與原理解析
- iOS開發(fā)項(xiàng)目化入門教程
- Software-Defined Networking with OpenFlow(Second Edition)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程(第二版)
- 深入大型數(shù)據(jù)集:并行與分布化Python代碼
- VMware vSphere Design Essentials