UNPKG

@formio-tmt/angular

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.

23 lines 1.08 kB
import { OnInit, ChangeDetectorRef, NgZone } from '@angular/core'; import { Router, ActivatedRoute } from '@angular/router'; import { FormioResourceService } from '../resource.service'; import { FormioResourceConfig } from '../resource.config'; import * as i0 from "@angular/core"; export declare class FormioResourceIndexComponent implements OnInit { service: FormioResourceService; route: ActivatedRoute; router: Router; config: FormioResourceConfig; cdr: ChangeDetectorRef; ngZone: NgZone; gridSrc?: string; gridQuery: any; createText: String; constructor(service: FormioResourceService, route: ActivatedRoute, router: Router, config: FormioResourceConfig, cdr: ChangeDetectorRef, ngZone: NgZone); ngOnInit(): void; onSelect(row: any): void; onCreateItem(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceIndexComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceIndexComponent, "ng-component", never, {}, {}, never, never, false, never>; } //# sourceMappingURL=index.component.d.ts.map