angular-formio-proyectoscolfuturo
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 tha
21 lines (20 loc) • 463 B
TypeScript
export interface FormManagerRouteConfig {
formIndex?: any;
formCreate?: any;
form?: any;
formView?: any;
formEdit?: any;
formDelete?: any;
submissionIndex?: any;
submission?: any;
submissionView?: any;
submissionEdit?: any;
submissionDelete?: any;
}
export declare class FormManagerConfig {
tag: string;
includeSearch: boolean;
saveDraft: boolean;
builder: any;
renderer: any;
}