Created
January 31, 2019 10:43
-
-
Save shhdharmen/3cd5abc64cc7b4d58e37692b358f87ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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