Angular Router
English | 2017 | ISBN: 9781787288904 | 174 Pages | PDF EPUB (True) | 6.2 MB
English | 2017 | ISBN: 9781787288904 | 174 Pages | PDF EPUB (True) | 6.2 MB
Managing state transitions is one of the hardest parts of building applications. This is especially true on the web, where you also need to ensure that the state is reflected in the URL. In addition, you might want to split applications into multiple bundles and load them on demand. Doing this transparently isn't easy. The Angular router solves these problems. Using the router, you can declaratively specify application states, manage state transitions while taking care of the URL, and load bundles on demand.