You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this plnkr, the same observer is used to display a list via 2 ngFor. The ngFor nested in the ngIf is always out of sync with the one outside of the ngIf. The 2 list should display the same thing at the same moment, it is the same object.