Skip to content

Commit a6fae0d

Browse files
committed
expose account and security component
1 parent b39d3b3 commit a6fae0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

projects/fusio-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-fusio-sdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "SDK to integrate Fusio into an Angular app",
55
"keywords": [
66
"Fusio",

projects/fusio-sdk/src/public-api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export * from './lib/abstract/detail';
66
export * from './lib/abstract/list';
77
export * from './lib/abstract/modal';
88

9+
export * from './lib/component/account/account.component';
910
export * from './lib/component/empty/empty.component';
1011
export * from './lib/component/help/help.component';
1112
export * from './lib/component/login/login.component';
@@ -18,6 +19,7 @@ export * from './lib/component/register/register.component';
1819
export * from './lib/component/register/activate/activate.component';
1920
export * from './lib/component/scopes/scopes.component';
2021
export * from './lib/component/search/search.component';
22+
export * from './lib/component/security/security.component';
2123
export * from './lib/component/sidebar/sidebar.component';
2224

2325
export * from './lib/guard/authentication.guard';

0 commit comments

Comments
 (0)