File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-fusio-sdk" ,
3
- "version" : " 2.0.6 " ,
3
+ "version" : " 2.0.7 " ,
4
4
"description" : " SDK to integrate Fusio into an Angular app" ,
5
5
"keywords" : [
6
6
" Fusio" ,
Original file line number Diff line number Diff line change 1
1
import { Routes } from "@angular/router" ;
2
- import { inject } from "@angular/core" ;
3
2
import { AccountComponent } from "../component/account/account.component" ;
4
3
import { SecurityComponent } from "../component/security/security.component" ;
5
4
import { ListComponent as AppListComponent } from '../component/app/list/list.component' ;
Original file line number Diff line number Diff line change @@ -47,5 +47,6 @@ export * from './lib/service/provider.service';
47
47
export * from './lib/service/user.service' ;
48
48
49
49
export * from './lib/route/account-route' ;
50
+ export * from './lib/route/authorization-route' ;
50
51
51
52
export * from './lib/fusio-sdk.module' ;
You can’t perform that action at this time.
0 commit comments