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 5 years ago • 0 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