File

projects/rebirth-ng/src/lib/notify/notify.model.ts

Index

Properties

Properties

html
html: string
Type : string
Optional
template
template: TemplateRef<any>
Type : TemplateRef<any>
Optional
type
type: "success" | "info" | "warning" | "danger"
Type : "success" | "info" | "warning" | "danger"
import { TemplateRef } from '@angular/core';
export interface NotifyModel {
  type: 'success' | 'info' | 'warning' | 'danger';
  html?: string;
  template?: TemplateRef<any>;
}

results matching ""

    No results matching ""