We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2294ea2 commit 6583505Copy full SHA for 6583505
src/lib/datepicker/datepicker.ts
@@ -95,6 +95,7 @@ export class MdDatepickerContent<D> implements AfterContentInit {
95
moduleId: module.id,
96
selector: 'md-datepicker, mat-datepicker',
97
template: '',
98
+ changeDetection: ChangeDetectionStrategy.OnPush,
99
})
100
export class MdDatepicker<D> implements OnDestroy {
101
/** The date to open the calendar to initially. */
0 commit comments