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

9 lines (8 loc) 743 B
/** * @fileoverview added by tsickle * Generated from: index.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ export { FormioModule, Formio, FormioUtils, Templates, Components, FormioAppConfig, FormioError, FormioService, extendRouter, FormioBaseComponent, FormioComponent, FormBuilderComponent, FormioLoader, FormioLoaderComponent, FormioAlerts, FormioAlertsComponent } from './core'; export { createCustomFormioComponent } from './custom-component/create-custom-component'; export { registerCustomTag, registerCustomTags, registerCustomFormioComponent, registerCustomFormioComponentWithClass } from './custom-component/register-custom-component';