1 | /// <reference types="abp-web-resources" />
|
2 | import * as i0 from "@angular/core";
|
3 | export 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 | }
|