BeastCode/VSCode-Angular-TypeScript-Snippets

Angular Material Table - some table tags are crashing code syntax

mgrzegorczyk opened this issue · 2 comments

When I use tags e.g.: *matHeaderCellDef, *matCellDef="let element" syntax is crashing:
wrong

After remove tags with * prefix everything is ok:
ok

VSCode version: 1.42.0
Snippets version: 8.1.2

@mgrzegorczyk

I wouldn't say the snippet is incorrect as it is based off the examples here:
https://material.angular.io/components/table/examples

This would be a bug for the plugin that is providing your syntax.

fixing now