abp-ng2-module
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
11 lines (10 loc) • 511 B
TypeScript
/// <reference types="abp-web-resources" />
import * as i0 from "@angular/core";
export declare class NotifyService {
info(message: string, title?: string, options?: any): void;
success(message: string, title?: string, options?: any): void;
warn(message: string, title?: string, options?: any): void;
error(message: string, title?: string, options?: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NotifyService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NotifyService>;
}