This is a follow up for https://github.com/angular/angular/pull/34804 PR Close #35022
This commit is contained in:

committed by
Andrew Kushnir

parent
ee8b8f52aa
commit
c1cf46c5c3
@ -93,7 +93,7 @@ describe('host bindings', () => {
|
||||
* - That executes a **different template**, that has host bindings
|
||||
* - this executes `setHostBindings`
|
||||
* - Inside of `setHostBindings` we are currently updating the selected index **global
|
||||
* state** via `setActiveHostElement`.
|
||||
* state** via `setSelectedIndex`.
|
||||
* 3. We attempt to update the next property in the **original template**.
|
||||
* - But the selected index has been altered, and we get errors.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user