Skip to content

Instantly share code, notes, and snippets.

@shhdharmen
Created January 31, 2019 10:43
Show Gist options
  • Save shhdharmen/3cd5abc64cc7b4d58e37692b358f87ce to your computer and use it in GitHub Desktop.
Save shhdharmen/3cd5abc64cc7b4d58e37692b358f87ce to your computer and use it in GitHub Desktop.
<h2 mat-dialog-title [attr.color]="data.themeColor">Install Angular</h2>
<mat-dialog-content class="mat-typography">
<div class="mat-dialog-content-body">
Your content will go here.
</div>
</mat-dialog-content>
<mat-dialog-actions align="end">
<button mat-button mat-dialog-close>Cancel</button>
</mat-dialog-actions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment