Skip to content

Commit 0cd8f74

Browse files
authored
Adds hint to add new column
1 parent 5bf074a commit 0cd8f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/html.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
" <mat-cell *matCellDef=\"let element\"> {{element.${4:propertyName}}} </mat-cell>",
526526
" </ng-container>",
527527
"",
528-
"${5:a-md-data-table-column}",
528+
"${5:a-md-data-table-column} <!-- press ctrl + space to add more column snippet or delete this line -->",
529529
"",
530530
" <mat-header-row *matHeaderRowDef=\"displayedColumns\"></mat-header-row>",
531531
" <mat-row *matRowDef=\"let row; columns: displayedColumns;\"></mat-row>",

0 commit comments

Comments
 (0)