File

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

Extends

MatDialogConfig

Index

Properties

Properties

message
message: string
Type : string
Optional
title
title: 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 ""