Skip to content
KnowledgeCity

Angular Routing

This chapter will cover Angular’s routing services. You’ll learn how to create child routes, as well as restricted routes that only certain users can access.
Preview the first lesson free — get full access to all 6 lessons.
Course: On-Demand
Intermediate Provider Michaela Ochnich  6 Lessons ·  33m  in Arabic, German, English, Spanish, French, Portuguese, Chinese 

Course Description

This chapter will cover Angular’s routing services. You’ll learn how to create child routes, as well as restricted routes that only certain users can access. You’ll learn how creating relative links in your Angular application can help when refactoring, and how to retrieve the current route parameters from a component class.

What You'll Learn

  • Create different types of Angular routes using Angular's routing services
  • Build child routes within an Angular application
  • Restrict access to routes so that only certain users can access them
  • Create relative links to make refactoring easier
  • Retrieve the current route parameters from a component class

Key Takeaways

  • Angular provides routing services for creating and managing routes in an application.
  • Routes can be configured as child routes and as restricted routes that only certain users can access.
  • Using relative links in an Angular application can help when refactoring.
  • The current route parameters can be retrieved from within a component class.

Frequently Asked Questions

What does this Angular Routing chapter cover?

It covers Angular's routing services, including how to create child routes and restricted routes that only certain users can access, how relative links help when refactoring, and how to retrieve the current route parameters from a component class.

What will I be able to do after completing this course?

You will understand how to create different types of Angular routes and learn how to restrict access to a route.

What lessons are included in this chapter?

The chapter includes Route Info Part 1, Route Info Part 2, Route Info Part 3, Relative Routes, Child Routes, and Restricted Route.

Does this course explain how to limit who can reach a route?

Yes. It teaches how to create restricted routes that only certain users can access and how to restrict access to a route.