vscode-angular-snippets
vscode-angular-snippets copied to clipboard
Improved the switch snippet
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!