stimulsoft-viewer-angular
Version:
Stimulsoft Viewer Angular
18 lines (17 loc) • 729 B
TypeScript
import { ModelService } from './model.service';
import { ExportService } from './export.service';
import { FormService } from '../forms/form.service';
import { ControllerService } from './controller.service';
import * as i0 from "@angular/core";
export declare class MailService {
model: ModelService;
exportService: ExportService;
formService: FormService;
controller: ControllerService;
constructor(model: ModelService, exportService: ExportService, formService: FormService, controller: ControllerService);
postMail(): void;
sendMail(): void;
fillDefaults(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MailService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<MailService>;
}