UNPKG

626 BTypeScriptView Raw
1/// <reference types="abp-web-resources" />
2import * as i0 from "@angular/core";
3export declare class MessageService {
4 info(message: string, title?: string, options?: any): any;
5 success(message: string, title?: string, options?: any): any;
6 warn(message: string, title?: string, options?: any): any;
7 error(message: string, title?: string, options?: any): any;
8 confirm(message: string, title?: string, callback?: (result: boolean, info?: any) => void, options?: any): any;
9 static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, never>;
10 static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
11}