mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
71a3c7208f
We had some logic for generating and passing in the `elIndex` parameter into the `hostBindings` function, but it wasn't actually being used for anything. The only place left that had a reference to it was the `StylingBuilder` and it only stored it without referencing it again. PR Close #34969