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,
12 lines (11 loc) • 357 B
TypeScript
import { EventEmitter, TemplateRef } from '@angular/core';
import { Formio } from 'formiojs-gp';
export declare class GridHeaderComponent {
actionAllowed: any;
sort: EventEmitter<any>;
template: TemplateRef<any>;
headers: Array<any>;
constructor();
readonly numHeaders: number;
load(formio: Formio, query?: any): Promise<any>;
}