@formio-tmt/angular
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.4.
24 lines • 1.15 kB
TypeScript
import { OnInit, EventEmitter } from '@angular/core';
import { FormManagerConfig } from '../form-manager.config';
import { FormManagerService } from '../form-manager.service';
import { ActivatedRoute, Router } from '@angular/router';
import { FormioAuthService } from '@formio-tmt/angular/auth';
import * as i0 from "@angular/core";
export declare class FormManagerViewComponent implements OnInit {
service: FormManagerService;
router: Router;
route: ActivatedRoute;
config: FormManagerConfig;
auth: FormioAuthService;
submission: any;
renderOptions: any;
onSuccess: EventEmitter<object>;
onError: EventEmitter<object>;
onSubmitDone: EventEmitter<object>;
constructor(service: FormManagerService, router: Router, route: ActivatedRoute, config: FormManagerConfig, auth: FormioAuthService);
ngOnInit(): void;
onSubmit(submission: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FormManagerViewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FormManagerViewComponent, "ng-component", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=view.component.d.ts.map