BeastCode / VSCode-Angular-TypeScript-Snippets

Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 17
https://marketplace.visualstudio.com/items?itemName=Mikael.Angular-BeastCode
MIT License
92 stars 49 forks source link

ng-style formatting #5

Closed cgatian closed 7 years ago

cgatian commented 7 years ago

ngStyle generates:

[ngStyle]="{style: preference"

Looks like it's missing the closing brace, and as a suggestion the style property should be in single quotes:

[ngStyle]="{'style': preference}"

https://angular.io/docs/ts/latest/api/common/index/NgStyle-directive.html