mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9f6605d11b
This fixes the definitions for signal-based inputs in the language service and type checking symbol builder. Signal inputs emit a slightly different output. The output works well for comppletion and was designed to affect language service minimally. Turns out there is a small adjustment needed for the definition symbols. PR Close #54233