fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

Create route guards #37

Closed razvantudorache closed 3 years ago

razvantudorache commented 3 years ago

Create route guards to prevent user to access admin routes and vice-versa.

https://angular.io/guide/router#preventing-unauthorized-access

fnitu commented 3 years ago

Issue implemented.