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
fix(material/snack-bar): ensure that the snack bar always runs inside the NgZone (#24611)
Adds an extra call to ensure that the snack bar is inside the NgZone. This is something that has come up several times in internal tests where some API call is stubbed out, pulling the snack bar outside the zone and causing tests to fail when we remove a change detection somewhere.
**Note:** I had a hard time reproducing this in our own tests, presumably because the fixture ends up pulling it back into the zone.
(cherry picked from commit 99f1f38)
0 commit comments