File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ const MD_MENU_BASE_ELEVATION = 2;
66
66
transformMenu ,
67
67
fadeInItems
68
68
] ,
69
- exportAs : 'mdMenu'
69
+ exportAs : 'mdMenu, matMenu '
70
70
} )
71
71
export class MdMenu implements AfterContentInit , MdMenuPanel , OnDestroy {
72
72
private _keyManager : FocusKeyManager < MdMenuItem > ;
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export const MENU_PANEL_TOP_PADDING = 8;
81
81
'(keydown)' : '_handleKeydown($event)' ,
82
82
'(click)' : '_handleClick($event)' ,
83
83
} ,
84
- exportAs : 'mdMenuTrigger'
84
+ exportAs : 'mdMenuTrigger, matMenuTrigger '
85
85
} )
86
86
export class MdMenuTrigger implements AfterViewInit , OnDestroy {
87
87
private _portal : TemplatePortal < any > ;
Original file line number Diff line number Diff line change @@ -1113,7 +1113,7 @@ class OverlapMenu implements TestableMenu {
1113
1113
<ng-content></ng-content>
1114
1114
</ng-template>
1115
1115
` ,
1116
- exportAs : 'mdCustomMenu'
1116
+ exportAs : 'mdCustomMenu, matCustomMenu '
1117
1117
} )
1118
1118
class CustomMenuPanel implements MdMenuPanel {
1119
1119
direction : Direction ;
You can’t perform that action at this time.
0 commit comments