Conclusion on Route Guard: AuthGuard

Let's upload our updated application to GitHub and conclude this chapter.

We'll cover the following...

What have we done so far?

In this chapter:

  1. We saw how routes can be restricted to certain users using route guards that are provided by Angular.
  2. By adding a new isLoggedIn method to
...