mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4fc45a9b38
Update the template indexer to discover and record bound directive inputs (property bindings, static text attributes) and outputs (event bindings). This associates template binding identifiers with their target directive or component class declarations, enabling indexers and language tooling to properly resolve and cross-reference bound directive inputs and outputs.