angular-formio-gp
Version:
A fork of 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,
16 lines (15 loc) • 866 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
*/
export { FormioResourceConfig } from './resource.config';
export { FormioResources } from './resources.service';
export { FormioResourceService } from './resource.service';
export { FormioResourceComponent } from './resource.component';
export { FormioResourceViewComponent } from './view/view.component';
export { FormioResourceEditComponent } from './edit/edit.component';
export { FormioResourceDeleteComponent } from './delete/delete.component';
export { FormioResourceCreateComponent } from './create/create.component';
export { FormioResourceIndexComponent } from './index/index.component';
export { FormioResourceRoutes } from './resource.routes';
export { FormioResource } from './resource.module';