Browse Source
Merge pull request #15913 from abpframework/export-issue-fixed
checkbox and form input should exported
pull/15921/head
Mahmut Gundogdu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
npm/ng-packs/packages/theme-shared/src/lib/components/index.ts
|
|
|
@ -12,3 +12,5 @@ export * from './toast-container/toast-container.component'; |
|
|
|
export * from './toast/toast.component'; |
|
|
|
export * from './password/password.component'; |
|
|
|
export * from './card/index'; |
|
|
|
export * from './checkbox/checkbox.component'; |
|
|
|
export * from './form-input/form-input.component'; |
|
|
|
|