Misko Hevery ca11ef2376 fix(core): Store ICU state in LView rather than in TView ()
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 
closes 
closes 

PR Close 
2020-10-21 18:33:00 -07:00
..