Angular: Routing
40mIntermediate2018-03-02
Authors

Greg Bardwell
Full-Stack SaaS Application Developer and Product Manager
Course details
Angular routing allows you to define both the navigation and the modular structure of your application. This training course provides the skills you need to design and build real-world applications using Angular 4 routing. Instructor Greg Bardwell covers setting up and configuring routes, passing data via parameters, protecting routes with authorization, and nesting or child routing. Plus, learn valuable application design strategies such as route guards, modularization, and lazy loading.
Skills covered
AngularFront-End Web DevelopmentWeb DevelopmentOpen SourceDeep Dive (X:Y)
Concepts
Introduction
- Welcome
Getting Started
- Software
- Using the exercise files
Routing Foundations
- Angular 4 routing introduction
- Router setup and configuration
- Passing route parameters
Practical Routing and Modularization
- Child routes
- Route guards
- Routing modularization and lazy loading