vscode-angular-snippets
vscode-angular-snippets copied to clipboard
Fix snippet a-ng-template uses deprecated API
Per documentation there is no ngOutletContext input - it was renamed to ngTemplateOutletContext back in v5.
Purpose
- make
a-ng-templatesnippet compatible with latest versions of Angular
What
ngOutletContextinput renamed tongTemplateOutletContext
How to Test
- a-ng-template
What to Check
Verify that the following are valid
- a-ng-template
Fixes #138