mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ca11ef2376
Before this refactoring/fix the ICU would store the current selected index in `TView`. This is incorrect, since if ICU is in `ngFor` it will cause issues in some circumstances. This refactoring properly moves the state to `LView`. closes #37021 closes #38144 closes #38073 PR Close #39233