VSCode-Angular-TypeScript-Snippets icon indicating copy to clipboard operation
VSCode-Angular-TypeScript-Snippets copied to clipboard

Feature request: mat-dialog snippet

Open simontol opened this issue 6 years ago • 2 comments

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>

simontol avatar Jun 21 '19 09:06 simontol

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>

Frankystan avatar Nov 11 '24 20:11 Frankystan

Looks good! Added it to Dec queue

BeastCode avatar Nov 12 '24 03:11 BeastCode