UNPKG

gramli-angular-notifier

Version:

A well designed, fully animated, highly customizable, and easy-to-use notification library for your Angular application.

11 lines (10 loc) 382 B
import { InjectionToken } from '@angular/core'; import { NotifierConfig, NotifierOptions } from './models/notifier-config.model'; /** * Injection Token for notifier options */ export declare const NotifierOptionsToken: InjectionToken<NotifierOptions>; /** * Injection Token for notifier configuration */ export declare const NotifierConfigToken: InjectionToken<NotifierConfig>;