@formio-tmt/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
16 lines • 751 B
TypeScript
import { OnDestroy } from '@angular/core';
import { FormioResourceService } from '../resource.service';
import { FormioResourceConfig } from '../resource.config';
import * as i0 from "@angular/core";
export declare class FormioResourceViewComponent implements OnDestroy {
service: FormioResourceService;
config: FormioResourceConfig;
constructor(service: FormioResourceService, config: FormioResourceConfig);
submission: {
data: {};
};
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FormioResourceViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormioResourceViewComponent, "ng-component", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=view.component.d.ts.map