UNPKG

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