mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
643c96184c
This commit refactors the QuickInfo abstraction shared between the VE and Ivy services and used to implement hover tooltips (quick info), which was extracted from the VE code in commitfaa81dc. The new DisplayParts abstraction is more general and can be used to extract information needed by various LS functions (e.g. autocompletion). This commit effectively revertsfaa81dc, returning the original code to the VE implementation as the Ivy code is now diverged. PR Close #39505