-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
GThis is is related to a Google internal issueThis is is related to a Google internal issueP2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/dialog
Description
We got an internal bug report about this:
Observed behavior
Prior the MDC migration the following router navigation was happening inside of the NgZone.
After migration to MDC, this navigation is no longer happening in the NgZone.
Expected behavior
Callbacks for the afterClosed
Observable should be in the NgZone
Steps to reproduce
- Open a dialog
- Subscribe to
afterClosed()
- Navigate within the callback, the Route complains that it is not in the NgZone
Metadata
Metadata
Assignees
Labels
GThis is is related to a Google internal issueThis is is related to a Google internal issueP2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/dialog