- Angular Router
- Victor Savkin
- 89字
- 2021-07-09 19:20:30
Isn't it all about the URL?
The URL bar provides a huge advantage for web applications over native ones. It allows us to reference states, bookmark them, and share them with our friends. In a well-behaved web application, any application state transition results in a URL change, and any URL change results in a state transition. In other words, a URL is nothing but a serialized router state. The Angular router takes care of managing the URL to make sure that it is always in-sync with the router state.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Visual Basic程序設(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)
- SQL Server 2016數(shù)據(jù)庫(kù)應(yīng)用與開(kāi)發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- QGIS By Example
- Instant Ext.NET Application Development
- 焊接機(jī)器人系統(tǒng)操作、編程與維護(hù)
- Mastering Web Application Development with AngularJS
- Clojure for Machine Learning
- Visual FoxPro 6.0程序設(shè)計(jì)
- Java并發(fā)編程:核心方法與框架
- Learning Python Data Visualization
- Learning Bootstrap 4(Second Edition)
- C# 7.0本質(zhì)論
- Getting Started with hapi.js
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動(dòng)端開(kāi)發(fā)