UNPKG

biplab-notifier

Version:

This is a notification npm package, it can be use as simple notification or modal dialog, a lot of customization option are available as well, checkout the github repo and examples

10 lines (9 loc) 274 B
import { TemplateRef } from '@angular/core'; export interface NotifierTemplate { typeIcon?: TemplateRef<any>; titleTemplate?: TemplateRef<any>; head?: TemplateRef<any>; body?: TemplateRef<any>; button?: TemplateRef<any>; footer?: TemplateRef<any>; }