File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export class MatCalendarCell {
40
40
host : {
41
41
'class' : 'mat-calendar-body' ,
42
42
} ,
43
+ exportAs : 'matCalendarBody' ,
43
44
encapsulation : ViewEncapsulation . None ,
44
45
preserveWhitespaces : false ,
45
46
changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ import {MatYearView} from './year-view';
56
56
host : {
57
57
'class' : 'mat-calendar' ,
58
58
} ,
59
+ exportAs : 'matCalendar' ,
59
60
encapsulation : ViewEncapsulation . None ,
60
61
preserveWhitespaces : false ,
61
62
changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import {MatDatepickerIntl} from './datepicker-intl';
32
32
host : {
33
33
'class' : 'mat-datepicker-toggle' ,
34
34
} ,
35
+ exportAs : 'matDatepickerToggle' ,
35
36
encapsulation : ViewEncapsulation . None ,
36
37
preserveWhitespaces : false ,
37
38
changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ export const MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER = {
84
84
'[class.mat-datepicker-content-touch]' : 'datepicker.touchUi' ,
85
85
'(keydown)' : '_handleKeydown($event)' ,
86
86
} ,
87
+ exportAs : 'matDatepickerContent' ,
87
88
encapsulation : ViewEncapsulation . None ,
88
89
preserveWhitespaces : false ,
89
90
changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ const DAYS_PER_WEEK = 7;
34
34
moduleId : module . id ,
35
35
selector : 'mat-month-view' ,
36
36
templateUrl : 'month-view.html' ,
37
+ exportAs : 'matMonthVeiw' ,
37
38
encapsulation : ViewEncapsulation . None ,
38
39
preserveWhitespaces : false ,
39
40
changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import {createMissingDateImplError} from './datepicker-errors';
31
31
moduleId : module . id ,
32
32
selector : 'mat-year-view' ,
33
33
templateUrl : 'year-view.html' ,
34
+ exportAs : 'matYearView' ,
34
35
encapsulation : ViewEncapsulation . None ,
35
36
preserveWhitespaces : false ,
36
37
changeDetection : ChangeDetectionStrategy . OnPush ,
You can’t perform that action at this time.
0 commit comments