We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf074a commit 0cd8f74Copy full SHA for 0cd8f74
snippets/html.json
@@ -525,7 +525,7 @@
525
" <mat-cell *matCellDef=\"let element\"> {{element.${4:propertyName}}} </mat-cell>",
526
" </ng-container>",
527
"",
528
- "${5:a-md-data-table-column}",
+ "${5:a-md-data-table-column} <!-- press ctrl + space to add more column snippet or delete this line -->",
529
530
" <mat-header-row *matHeaderRowDef=\"displayedColumns\"></mat-header-row>",
531
" <mat-row *matRowDef=\"let row; columns: displayedColumns;\"></mat-row>",
0 commit comments