mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7c58885797
This commit adds similar handling to what was done in https://github.com/angular/angular/commit/ed817e32fe0239c0f08ce342c7ad224055d56f84. The language service calls the `getDiagnosticsForComponent` function when the file is not a typescript file. fixes https://github.com/angular/vscode-ng-language-service/issues/1881 PR Close #50046