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

Fix snippet a-ng-template uses deprecated API

Open AleksandrSibiakov opened this issue 2 years ago • 1 comments

Per documentation there is no ngOutletContext input - it was renamed to ngTemplateOutletContext back in v5.

Purpose

  • make a-ng-template snippet compatible with latest versions of Angular

What

  • ngOutletContext input renamed to ngTemplateOutletContext

How to Test

  • a-ng-template

What to Check

Verify that the following are valid

  • a-ng-template

AleksandrSibiakov avatar Jun 17 '22 14:06 AleksandrSibiakov

Fixes #138

AleksandrSibiakov avatar Mar 17 '23 11:03 AleksandrSibiakov