AngularJS 1 Routing In-depth
This course will demonstrate all of the techniques required to implement sophisticated Angular routing strategies with multiple routing frameworks.
What you'll learn
Routing is a fundamental component of Angular applications. Taking full advantage of client-side routing in your Angular apps will lead to better structured code and a better experience for your users, since you will only have to update the portions of the web page that change as they interact with your app. This course will teach you how to implement routing in an Angular app with the most popular frameworks available. You will learn how to work with URLs, parameters, states, view hierarchies, and lots more.
Table of contents
- Introduction and Overview 2m
- Including ngRoute 4m
- Configuring Routes with $routeProvider 3m
- Demo: Configuring Routes 10m
- Using the $route Service 2m
- Demo: Using the $route Service 6m
- Working with Route Parameters 1m
- Demo: Using Route Parameters 7m
- Resolve Property 1m
- Demo: Gathering Data with the Resolve Property 2m
- Hashbang Versus HTML5 Mode 4m
- Demo: HTML5 Mode 4m
- Summary 1m
- Introduction and Overview 2m
- What Is a State? 1m
- Including UI-router 3m
- Configuring States 2m
- Demo: Configuring States 6m
- Activating States and Using the $state Service 3m
- Demo: State Transitions and the $state Service 9m
- State Parameters 3m
- Demo: Using State Parameters 12m
- Additional State Configuration Properties 4m
- Demo: Additional Configuration Properties 5m
- Summary 1m