mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6ac209c24f
Angular's template files are not valid TypeScript. Attempting to get suggestion diagnostics from the underlying TypeScript language service will result in a large amount of false positives. Only actual TypeScript files should be analyzed by the underlying TypeScript language service for suggestions. PR Close #56241