https://github.com/mainawycliffe/angular-role-based-authorization
Role Based Authorization in Angular – Route Guards
https://github.com/mainawycliffe/angular-role-based-authorization
angular angular6 angularjs
Last synced: 8 months ago
JSON representation
Role Based Authorization in Angular – Route Guards
- Host: GitHub
- URL: https://github.com/mainawycliffe/angular-role-based-authorization
- Owner: mainawycliffe
- Created: 2018-09-28T14:03:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T13:21:37.000Z (almost 7 years ago)
- Last Synced: 2025-04-24T17:47:13.348Z (11 months ago)
- Topics: angular, angular6, angularjs
- Language: TypeScript
- Homepage: https://codinglatte.com/posts/angular/role-based-authorization-in-angular-route-guards/
- Size: 253 KB
- Stars: 16
- Watchers: 1
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Role Based Authorization
This repo is for an accompanying post which can be found [here](https://codinglatte.com/posts/angular/role-based-authorization-in-angular-route-guards/)
To run this repo,
1. First, Clone it(`git clone https://github.com/MainaWycliffe/angular-role-based-authorization.git`) or download the repo
2. Install dependancies using yarn (`yarn install`)
3. The run it `ng server --aot`