ngx-toast-notifier
Version:
This is a nofitications library for Angular
13 lines (12 loc) • 581 B
TypeScript
import { NgxToastNotifierService } from './ngx-toast-notifier.service';
import * as i0 from "@angular/core";
export declare class NgxToastService {
private ngxToastService;
constructor(ngxToastService: NgxToastNotifierService);
onSuccess(title: string, text: string): void;
onInfo(title: string, text: string): void;
onWarning(title: string, text: string): void;
onDanger(title: string, text: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxToastService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxToastService>;
}