How to create a router(auth) guard in Angular | Secure Angular routes

Published: 16 April 2018
on channel: CGuider
543
8

This video is a step-by-step guide for you securing routes in Angular apps using Angular route guards. The basic concept of route guard is allowing a specific user to access only specific routes.
For example, your Facebook friends can't access the profile edit page of your Facebook account. So, the profile edit page is secured with a security mechanism like route guards.

This video tutorial shows a real-life example for securing routes in your Angular app.

Create a new Angular project: https://angular.io/guide/setup-local

Written tutorial: https://frontendguider.com/125/create...