angular-formio
Version:
The Form.io dynamic form and data management system for Angular.
11 lines (10 loc) • 388 B
TypeScript
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;
}