-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(dialog): switch to OnPush change detection #5422
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
A google teams' screenshot test is showing that this change causes a dialog's content to not long have data binding resolved when its opened. |
560ac71
to
80611d4
Compare
I couldn't really repro it @jelbourn, but I've added a couple of |
Switches the dialog container to `OnPush` change detection. Relates to angular#5035.
80611d4
to
da730df
Compare
I'll see if that fixes it before diving in further |
Unfortunately that didn't change it. We'll need to investigate the app directly. |
This reverts commit cf071c7.
This reverts commit cf071c7.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Switches the dialog container to
OnPush
change detection.Relates to #5035.