@formio-tmt/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
14 lines • 692 B
TypeScript
import { Router, ActivatedRoute } from '@angular/router';
import { FormioResourceService } from '../resource.service';
import * as i0 from "@angular/core";
export declare class FormioResourceDeleteComponent {
service: FormioResourceService;
route: ActivatedRoute;
router: Router;
constructor(service: FormioResourceService, route: ActivatedRoute, router: Router);
onDelete(): void;
onCancel(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceDeleteComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceDeleteComponent, "ng-component", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=delete.component.d.ts.map