BeastCode/VSCode-Angular-TypeScript-Snippets

Feature request: mat-dialog snippet

simontol opened this issue · 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>