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

15 lines (14 loc) 472 B
import { TemplateRef, EventEmitter } from '@angular/core'; import { GridHeaderComponent } from './GridHeaderComponent'; import { GridBodyComponent } from './GridBodyComponent'; export declare class GridFooterComponent { header: GridHeaderComponent; body: GridBodyComponent; createText: String; size: number; actionAllowed: any; pageChanged: EventEmitter<any>; createItem: EventEmitter<any>; template: TemplateRef<any>; constructor(); }