johnpapa / vscode-angular-snippets

Angular Snippets for VS Code
MIT License
575 stars 163 forks source link

ngcontent selector should be wrapped in square brackets #130

Closed technbuzz closed 3 months ago

technbuzz commented 3 years ago

According the angular docs the ng-content selector should be wrapped in brackets which is not done properly currently by the snippet.

Before <ng-content select="select"></ng-content>

After <ng-content select="[select]"></ng-content>

johnpapa commented 3 months ago

thanks ,fixin gin another PR