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 {
4040 host : {
4141 'class' : 'mat-calendar-body' ,
4242 } ,
43+ exportAs : 'matCalendarBody' ,
4344 encapsulation : ViewEncapsulation . None ,
4445 preserveWhitespaces : false ,
4546 changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ import {MatYearView} from './year-view';
5656 host : {
5757 'class' : 'mat-calendar' ,
5858 } ,
59+ exportAs : 'matCalendar' ,
5960 encapsulation : ViewEncapsulation . None ,
6061 preserveWhitespaces : false ,
6162 changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import {MatDatepickerIntl} from './datepicker-intl';
3232 host : {
3333 'class' : 'mat-datepicker-toggle' ,
3434 } ,
35+ exportAs : 'matDatepickerToggle' ,
3536 encapsulation : ViewEncapsulation . None ,
3637 preserveWhitespaces : false ,
3738 changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ export const MAT_DATEPICKER_SCROLL_STRATEGY_PROVIDER = {
8484 '[class.mat-datepicker-content-touch]' : 'datepicker.touchUi' ,
8585 '(keydown)' : '_handleKeydown($event)' ,
8686 } ,
87+ exportAs : 'matDatepickerContent' ,
8788 encapsulation : ViewEncapsulation . None ,
8889 preserveWhitespaces : false ,
8990 changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ const DAYS_PER_WEEK = 7;
3434 moduleId : module . id ,
3535 selector : 'mat-month-view' ,
3636 templateUrl : 'month-view.html' ,
37+ exportAs : 'matMonthVeiw' ,
3738 encapsulation : ViewEncapsulation . None ,
3839 preserveWhitespaces : false ,
3940 changeDetection : ChangeDetectionStrategy . OnPush ,
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ import {createMissingDateImplError} from './datepicker-errors';
3131 moduleId : module . id ,
3232 selector : 'mat-year-view' ,
3333 templateUrl : 'year-view.html' ,
34+ exportAs : 'matYearView' ,
3435 encapsulation : ViewEncapsulation . None ,
3536 preserveWhitespaces : false ,
3637 changeDetection : ChangeDetectionStrategy . OnPush ,
You can’t perform that action at this time.
0 commit comments