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 11{
22 "name" : " ngx-fusio-sdk" ,
3- "version" : " 2.0.6 " ,
3+ "version" : " 2.0.7 " ,
44 "description" : " SDK to integrate Fusio into an Angular app" ,
55 "keywords" : [
66 " Fusio" ,
Original file line number Diff line number Diff line change 11import { Routes } from "@angular/router" ;
2- import { inject } from "@angular/core" ;
32import { AccountComponent } from "../component/account/account.component" ;
43import { SecurityComponent } from "../component/security/security.component" ;
54import { 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';
4747export * from './lib/service/user.service' ;
4848
4949export * from './lib/route/account-route' ;
50+ export * from './lib/route/authorization-route' ;
5051
5152export * from './lib/fusio-sdk.module' ;
You can’t perform that action at this time.
0 commit comments