inet-core
Version:
iNet Core
8 lines (7 loc) • 325 B
TypeScript
import * as i0 from "@angular/core";
export declare class NotificationService {
constructor();
showMessage(msg: string, type?: string, title?: string, config?: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>;
}