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
14 lines (13 loc) • 618 B
TypeScript
export * from './formio.config';
export * from './formio.common';
export * from './formio.service';
export * from './formio.utils';
export * from './FormioBaseComponent';
export * from './components/formio/formio.component';
export * from './components/formbuilder/formbuilder.component';
export * from './components/loader/formio.loader';
export * from './components/loader/formio.loader.component';
export * from './components/alerts/formio.alerts';
export * from './components/alerts/formio.alerts.component';
export { FormioModule } from './formio.module';
export { Formio, Utils as FormioUtils } from 'formiojs';