UNPKG

stimulsoft-viewer-angular

Version:
14 lines (13 loc) 637 B
import { OnInit } from '@angular/core'; import { ModelService } from '../services/model.service'; import { FormService } from './form.service'; import * as i0 from "@angular/core"; export declare class ErrorMessageFormComponent implements OnInit { model: ModelService; formService: FormService; constructor(model: ModelService, formService: FormService); ngOnInit(): void; getImage(): string; static ɵfac: i0.ɵɵFactoryDeclaration<ErrorMessageFormComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ErrorMessageFormComponent, "sti-error-message-form", never, {}, {}, never, never, false, never>; }