UNPKG

angular-formio

Version:

Form.io Angular JSON Form Renderer ========================== This library serves as a Dynamic JSON Powered Form rendering library for [Angular](https://angular.io). This works by providing a JSON schema to a ```<formio>``` Angular component, where that f

29 lines (28 loc) 1.95 kB
/** * Generated bundle index. Do not edit. */ export * from './index'; export { FormioBaseComponent as ɵk } from '../FormioBaseComponent'; export { FormioAuthConfig as ɵc } from '../auth/auth.config'; export { FormioAuthService as ɵb } from '../auth/auth.service'; export { FormioAlerts as ɵf } from '../components/alerts/formio.alerts'; export { FormioAlertsComponent as ɵm } from '../components/alerts/formio.alerts.component'; export { FormBuilderComponent as ɵg } from '../components/formbuilder/formbuilder.component'; export { FormioComponent as ɵj } from '../components/formio/formio.component'; export { FormioLoader as ɵe } from '../components/loader/formio.loader'; export { FormioLoaderComponent as ɵl } from '../components/loader/formio.loader.component'; export { CustomTagsService as ɵh } from '../custom-component/custom-tags.service'; export { FormioAppConfig as ɵa } from '../formio.config'; export { FormioModule as ɵi } from '../formio.module'; export { extendRouter as ɵx } from '../formio.utils'; export { GridBodyComponent as ɵr } from '../grid/GridBodyComponent'; export { GridFooterComponent as ɵt } from '../grid/GridFooterComponent'; export { GridHeaderComponent as ɵp } from '../grid/GridHeaderComponent'; export { FormGridBodyComponent as ɵq } from '../grid/form/FormGridBody.component'; export { FormGridFooterComponent as ɵs } from '../grid/form/FormGridFooter.component'; export { FormGridHeaderComponent as ɵo } from '../grid/form/FormGridHeader.component'; export { FormioGridComponent as ɵd } from '../grid/grid.component'; export { FormioGrid as ɵn } from '../grid/grid.module'; export { SubmissionGridBodyComponent as ɵv } from '../grid/submission/SubmissionGridBody.component'; export { SubmissionGridFooterComponent as ɵw } from '../grid/submission/SubmissionGridFooter.component'; export { SubmissionGridHeaderComponent as ɵu } from '../grid/submission/SubmissionGridHeader.component';