You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
632 B

/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export { MatMenuDefaultOptions, MAT_MENU_DEFAULT_OPTIONS, MatMenu, _MatMenuBase, } from './menu';
export { MatMenuItem } from './menu-item';
export { MatMenuTrigger, MAT_MENU_SCROLL_STRATEGY, _MatMenuTriggerBase } from './menu-trigger';
export { MatMenuPanel, MAT_MENU_PANEL } from './menu-panel';
export * from './menu-module';
export * from './menu-animations';
export * from './menu-content';
export * from './menu-positions';