UNPKG

ngx-notification

Version:

Angular Library to display all types of notifications in a Toast Notification format. Tested on Angular 6

9 lines (8 loc) 257 B
import { Observable } from 'rxjs'; export declare class NgxNotificationService { constructor(); private subject; sendMessage(message: string, theme: string, position: string): void; clearMessage(): void; getMessage(): Observable<any>; }