UNPKG

ngx-simple-forms

Version:

Create simple forms (dialogs and components) and alerts, among others..

18 lines (17 loc) 1.12 kB
export * from './lib/components/form/form.component'; export * from './lib/components/form/form.elements'; export * from './lib/components/elements/base/base.component'; export * from './lib/components/elements/base/base.parameters'; export * from './lib/components/elements/input/input.component'; export * from './lib/components/elements/input/input.parameters'; export * from './lib/components/elements/select/select.component'; export * from './lib/components/elements/select/select.parameters'; export * from './lib/components/elements/button/button.component'; export * from './lib/components/elements/button/button.parameters'; export * from './lib/components/elements/datepicker/datepicker.component'; export * from './lib/components/elements/datepicker/datepicker.parameters'; export * from './lib/components/elements/remote-select/remote-select.component'; export * from './lib/components/elements/remote-select/remote-select.parameters'; export * from './lib/components/dialog/dialog.component'; export * from './lib/components/dialog/dialog.parameters'; export * from './lib/components/dialog/dialog.service';