File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ export const _MatSlideToggleMixinBase =
68
68
@Component ( {
69
69
moduleId : module . id ,
70
70
selector : 'mat-slide-toggle' ,
71
+ exportAs : 'matSlideToggle' ,
71
72
host : {
72
73
'class' : 'mat-slide-toggle' ,
73
74
'[id]' : 'id' ,
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ const SORT_ANIMATION_TRANSITION =
46
46
@Component ( {
47
47
moduleId : module . id ,
48
48
selector : '[mat-sort-header]' ,
49
+ exportAs : 'matSortHeader' ,
49
50
templateUrl : 'sort-header.html' ,
50
51
styleUrls : [ 'sort-header.css' ] ,
51
52
host : {
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export interface Sort {
29
29
/** Container for MatSortables to manage the sort state and provide default sort parameters. */
30
30
@Directive ( {
31
31
selector : '[matSort]' ,
32
+ exportAs : 'matSort' ,
32
33
} )
33
34
export class MatSort {
34
35
/** Collection of all registered sortables that this directive manages. */
You can’t perform that action at this time.
0 commit comments