Components

Dialog

Angular Material Dialog displays content in a modal window that requires user interaction. It can be used for alerts, confirmations, or collecting user input.

Example

Below is an example of how BuilderKit restyles the Angular Material Dialog and gives it a more modern appearance.

<button matButton (click)="openDialog()">Open dialog</button>