We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It could be great to have a snippet for mat-dialog basic structure such as:
<h1 mat-dialog-title></h1> <div mat-dialog-content> </div> <div mat-dialog-actions> </div>
The text was updated successfully, but these errors were encountered:
I agree. It would be great like this:
<h2 mat-dialog-title> title </h2>
<mat-dialog-content class="mat-typography"> content </mat-dialog-content>
<mat-dialog-actions align="end"> <button mat-button mat-dialog-close> cancel </button> <button mat-button [mat-dialog-close]="true" cdkFocusInitial> accept </button> </mat-dialog-actions>
<mat-dialog-actions align="end">
<button mat-button mat-dialog-close> cancel </button>
<button mat-button [mat-dialog-close]="true" cdkFocusInitial> accept </button>
</mat-dialog-actions>
Sorry, something went wrong.
Looks good! Added it to Dec queue
No branches or pull requests
It could be great to have a snippet for mat-dialog basic structure such as:
The text was updated successfully, but these errors were encountered: