vscode-angular-snippets icon indicating copy to clipboard operation
vscode-angular-snippets copied to clipboard

ngcontent selector should be wrapped in square brackets

Open technbuzz opened this issue 3 years ago • 0 comments

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>

technbuzz avatar Jun 21 '21 08:06 technbuzz