Miles Malerba
Miles Malerba
Depends on moving overlay off of `NgZone.onStable` first
It would be nice to create a cdk-datepicker that captures the interaction pattern of the various sub-components that make up the datepicker, but provides no concrete UI. It would be...
Roll forward of original change + fix
Updates some calls to afterRender / afterNextRender to explicitly run outside the NgZone. These usages were originally explcitily run outside, but the explicit call was removed when they were updated...
Previously `afterRender` and `afterNextRender` allowed the user to pass a phase to run the callback in as part of the `AfterRenderOptions`. This worked, but made it cumbersome to coordinate work...