Skip to content

Commit 31fe49e

Browse files
committed
add form components
1 parent b9a7309 commit 31fe49e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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": "6.0.1",
3+
"version": "6.0.2",
44
"description": "SDK to integrate Fusio into an Angular app",
55
"keywords": [
66
"Fusio",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ export * from './lib/component/account/account.component';
1111
export * from './lib/component/account-container/account-container.component';
1212
export * from './lib/component/bootstrap/bootstrap.component';
1313
export * from './lib/component/empty/empty.component';
14+
export * from './lib/component/form/autocomplete/form-autocomplete.component';
15+
export * from './lib/component/form/checkbox-list/form-checkbox-list.component';
1416
export * from './lib/component/form/list/form-list.component';
1517
export * from './lib/component/form/map/form-map.component';
18+
export * from './lib/component/form/select/form-select.component';
1619
export * from './lib/component/help/help.component';
1720
export * from './lib/component/login/login.component';
1821
export * from './lib/component/login/provider/provider.component';

0 commit comments

Comments
 (0)