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

10 lines (9 loc) 765 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, FormioLoaderComponent, FormioAlerts, FormioAlertsComponent } from './core'; export {} from './elements.common'; export { createCustomFormioComponent } from './custom-component/create-custom-component'; export { registerCustomTag, registerCustomTags, registerCustomFormioComponent, registerCustomFormioComponentWithClass } from './custom-component/register-custom-component';