File

src/app/component/dialog/dialog.config.ts

Extends

DialogConfigInterface

Index

Properties

Properties

acceptButton
acceptButton: string
Type : string
Optional
cancelButton
cancelButton: string
Type : string
Optional
import { MatDialogConfig } from '@angular/material/dialog';

export interface DialogConfigInterface extends MatDialogConfig {
  title?: string;
  message?: string;
}

export interface AlertConfigInterface extends DialogConfigInterface {
  closeButton?: string;
}

export interface ConfirmInterface extends DialogConfigInterface {
  acceptButton?: string;
  cancelButton?: string;
}

result-matching ""

    No results matching ""