mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7c35ca0e00
The native TS language service has the ability to provide autocompletions for string literal union types. This pr is for Angular to do the same in templates. Fixes https://github.com/angular/vscode-ng-language-service/issues/1096 PR Close #42729