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';
4040 selector : 'mat-calendar-header' ,
4141 templateUrl : 'calendar-header.html' ,
4242 encapsulation : ViewEncapsulation . None ,
43- preserveWhitespaces : false ,
4443 changeDetection : ChangeDetectionStrategy . OnPush ,
4544} )
4645export class MatCalendarHeader < D > implements OnDestroy {
Original file line number Diff line number Diff line change 9595 ],
9696 "validate-decorators" : [true , {
9797 "Component" : {
98- "encapsulation" : " \\ .None$" ,
99- "moduleId" : " ^module\\ .id$" ,
100- "changeDetection" : " \\ .OnPush$" ,
98+ "!host" : " \\ [class\\ ]" ,
99+ "!preserveWhitespaces" : " .*" ,
101100 "!styles" : " .*" ,
102- "!host" : " \\ [class\\ ]"
101+ "changeDetection" : " \\ .OnPush$" ,
102+ "encapsulation" : " \\ .None$" ,
103+ "moduleId" : " ^module\\ .id$"
103104 },
104105 "Directive" : {
105106 "!host" : " \\ [class\\ ]"
You can’t perform that action at this time.
0 commit comments