Search⌘ K

Conclusion on Event Guard

Explore how to implement a route guard called EventGuard in Angular to restrict access to the event update page only to event creators. Learn the steps to commit and push your changes to a GitHub repository, completing the route guard functionality for enhanced app security.

We'll cover the following...

What have we done so far?

In this chapter:

  • We added the last piece of functionality to our application. This restricts our event update page to event creators by creating our second route
...