Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exclude vue directive syntax injection in Angular bindings (#3891)
Vue directive syntax captures take over required terminating characters for expressions inside Angular template bindings. These bindings are identifiable with `meta.ng-binding` (https://github.com/angular/vscode-ng-language-service/blob/5d73b53115db57ea868f11aa5caa4bc0d890bb12/syntaxes/template-tag.json#L43). angular/vscode-ng-language-service#1989 angular/vscode-ng-language-service#2005
- Loading branch information