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
18 lines (17 loc) • 982 B
JavaScript
/**
* @fileoverview added by tsickle
* Generated from: core.ts
* @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
export { FormioAppConfig } from './formio.config';
export { FormioError } from './formio.common';
export { FormioService } from './formio.service';
export { extendRouter } from './formio.utils';
export { FormioBaseComponent } from './FormioBaseComponent';
export { FormioComponent } from './components/formio/formio.component';
export { FormBuilderComponent } from './components/formbuilder/formbuilder.component';
export { FormioLoaderComponent } from './components/loader/formio.loader.component';
export { FormioAlerts } from './components/alerts/formio.alerts';
export { FormioAlertsComponent } from './components/alerts/formio.alerts.component';
export { FormioModule } from './formio.module';
export { Formio, Utils as FormioUtils, Templates, Components } from 'formiojs';