Skip to content

Commit

Permalink
Merge pull request #5 from owezzy/ft-authentication-and-authorization
Browse files Browse the repository at this point in the history
Ft authentication and authorization
  • Loading branch information
Owen Adira authored Jan 29, 2019
2 parents 45208b2 + ecd4b24 commit b28176a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 82 deletions.
104 changes: 22 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"core-js": "^2.5.4",
"fake-jwt-sign": "^1.1.0",
"hammerjs": "^2.0.8",
"jwt-decode": "^2.2.0",
"rxjs": "~6.3.3",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"
Expand Down
1 change: 1 addition & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { AuthGuard } from './auth/auth-guard.guard'
PageNotFoundComponent,
LoginComponent,
SimpleDialogComponent,
SideNavMenuComponent
],
imports: [
BrowserModule,
Expand Down

0 comments on commit b28176a

Please sign in to comment.