Email the Author
You can use this page to email Victor Savkin about Angular Router.
About the Book
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, we often want to split applications into multiple bundles and load them on demand. Doing this transparently isn’t trivial.
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.
This book is a complete description of the Angular router written by its designer. It goes far beyond a how-to-get-started guide and talks about the library in depth. The mental model, design constraints, and the subtleties of the API-everything is covered. Reading this book will give you deep insights into why the router works the way it does and will make you an Angular router expert.
About the Author
Victor Savkin is an Angular core team member. He is one of the main contributors to Angular 2 and is the main contributor to the Angular router.
Apart from building Angular, Victor also likes to toy with eclectic programming technologies and obsesses over fonts and keyboards.