File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99import {
1010 booleanAttribute ,
11- ChangeDetectionStrategy ,
1211 Component ,
1312 computed ,
1413 HostAttributeToken ,
@@ -36,7 +35,6 @@ import type {MatTimepicker} from './timepicker';
3635 } ,
3736 exportAs : 'matTimepickerToggle' ,
3837 encapsulation : ViewEncapsulation . None ,
39- changeDetection : ChangeDetectionStrategy . OnPush ,
4038 imports : [ MatIconButton ] ,
4139} )
4240export class MatTimepickerToggle < D > {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010 afterNextRender ,
1111 AfterRenderRef ,
1212 booleanAttribute ,
13- ChangeDetectionStrategy ,
1413 Component ,
1514 computed ,
1615 effect ,
@@ -116,7 +115,6 @@ export interface MatTimepickerConnectedInput<D> {
116115 exportAs : 'matTimepicker' ,
117116 templateUrl : 'timepicker.html' ,
118117 styleUrl : 'timepicker.css' ,
119- changeDetection : ChangeDetectionStrategy . OnPush ,
120118 encapsulation : ViewEncapsulation . None ,
121119 imports : [ MatOption ] ,
122120 providers : [
You can’t perform that action at this time.
0 commit comments