References


Example

Usage

Structure

<div mat-dialog-title>
  Dialog Title
  <button [mat-dialog-close]="true" class="mat-dialog-close">
    <span class="cvtr-icons remove"></span>
  </button>
</div>
<mat-dialog-content>
  Dialog Content
</mat-dialog-content>
<mat-dialog-actions>
  <button mat-button>Save</button>
</mat-dialog-actions>

Dialog Content

Dialog Title

Dialog Actions