mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8192f1e1c2
Previously, the "go to definition" action did no account for the possibility that something may actually be defined in a template. This change updates the logic in the definition builder to convert any results that are locations in template typecheck files to their corresponding locations in the template. PR Close #42559