Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glenstaes committed Sep 3, 2021
1 parent 00cc71c commit eaf760d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class AppComponent {
clientId: '',
resource: '',
responseType: '',
scope: '',
scope: ''
});
}
}
Expand All @@ -96,8 +96,8 @@ const routes: Routes = [
{
path: 'awesome',
component: MyAwesomeComponent,
canActivate: [OAuthAuthenticatedGuard],
},
canActivate: [OAuthAuthenticatedGuard]
}
];
```

Expand All @@ -110,8 +110,8 @@ const routes: Routes = [
{
path: 'children',
loadChildren: () => import('./children/children.module').then((m) => m.ChildrenModule),
canActivate: [OAuthAuthenticatedGuard],
},
canActivate: [OAuthAuthenticatedGuard]
}
];
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-oauth",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion ppwcode/ng-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ppwcode/ng-oauth",
"version": "1.0.0",
"version": "1.1.0",
"peerDependencies": {
"@angular/common": "^12.1.0",
"@angular/core": "^12.1.0",
Expand Down

0 comments on commit eaf760d

Please sign in to comment.