File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ import {MatYearView} from './year-view';
40
40
selector : 'mat-calendar-header' ,
41
41
templateUrl : 'calendar-header.html' ,
42
42
encapsulation : ViewEncapsulation . None ,
43
- preserveWhitespaces : false ,
44
43
changeDetection : ChangeDetectionStrategy . OnPush ,
45
44
} )
46
45
export class MatCalendarHeader < D > implements OnDestroy {
Original file line number Diff line number Diff line change 95
95
],
96
96
"validate-decorators" : [true , {
97
97
"Component" : {
98
- "encapsulation" : " \\ .None$" ,
99
- "moduleId" : " ^module\\ .id$" ,
100
- "changeDetection" : " \\ .OnPush$" ,
98
+ "!host" : " \\ [class\\ ]" ,
99
+ "!preserveWhitespaces" : " .*" ,
101
100
"!styles" : " .*" ,
102
- "!host" : " \\ [class\\ ]"
101
+ "changeDetection" : " \\ .OnPush$" ,
102
+ "encapsulation" : " \\ .None$" ,
103
+ "moduleId" : " ^module\\ .id$"
103
104
},
104
105
"Directive" : {
105
106
"!host" : " \\ [class\\ ]"
You can’t perform that action at this time.
0 commit comments