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

Improved the switch snippet

Open wvankuipers opened this issue 4 years ago • 0 comments

Improved the switch snippet so it uses ng-container elements instead of div elements

Purpose

When adding an ngSwitch using the snippet it's useful to use the ng-container elements instead of the div elements so there are less DOM elements in the outputted code.

I found myself changing the default all the time so therefor this PR.

Thank you for this nice extension!

wvankuipers avatar Apr 29 '21 13:04 wvankuipers