UNPKG

angular-formio

Version:

The Form.io dynamic form and data management system for Angular.

11 lines (10 loc) 388 B
import { Router, ActivatedRoute } from '@angular/router'; import { FormioResourceService } from './resource.service'; export declare class FormioResourceDeleteComponent { service: FormioResourceService; route: ActivatedRoute; router: Router; constructor(service: FormioResourceService, route: ActivatedRoute, router: Router); onDelete(): void; onCancel(): void; }