File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-fusio-sdk" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
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 @@ -26,6 +26,7 @@ import {SubscriptionComponent} from './component/subscription/subscription.compo
26
26
27
27
@NgModule ( {
28
28
declarations : [
29
+ AccountComponent ,
29
30
EmptyComponent ,
30
31
HelpComponent ,
31
32
LoginComponent ,
@@ -38,9 +39,8 @@ import {SubscriptionComponent} from './component/subscription/subscription.compo
38
39
ActivateComponent ,
39
40
ScopesComponent ,
40
41
SearchComponent ,
41
- SidebarComponent ,
42
- AccountComponent ,
43
42
SecurityComponent ,
43
+ SidebarComponent ,
44
44
SubscriptionComponent ,
45
45
] ,
46
46
imports : [
@@ -53,12 +53,22 @@ import {SubscriptionComponent} from './component/subscription/subscription.compo
53
53
GravatarModule ,
54
54
] ,
55
55
exports : [
56
+ AccountComponent ,
56
57
EmptyComponent ,
57
58
HelpComponent ,
59
+ LoginComponent ,
60
+ ProviderComponent ,
61
+ LogoutComponent ,
58
62
MessageComponent ,
63
+ ConfirmComponent ,
64
+ ResetComponent ,
65
+ RegisterComponent ,
66
+ ActivateComponent ,
59
67
ScopesComponent ,
60
68
SearchComponent ,
69
+ SecurityComponent ,
61
70
SidebarComponent ,
71
+ SubscriptionComponent ,
62
72
]
63
73
} )
64
74
export class FusioSdkModule {
You can’t perform that action at this time.
0 commit comments