Skip to content

Commit 37f4a7a

Browse files
authored
refactor(cdk-experimental/menu): export Menu interface injection token and MenuStack (#20130)
Any third-party wanting to extend CdkMenu or CdkMenuBar will need to update the providers array with the concrete component to inject for the Menu interface as well as act as a provider for the MenuStack therefore requiring access to the injection token and MenuStack instance.
1 parent cdbf2c1 commit 37f4a7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cdk-experimental/menu/public-api.ts

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ export * from './menu-item-radio';
1515
export * from './menu-item-trigger';
1616
export * from './menu-panel';
1717
export * from './menu-group';
18+
19+
export * from './menu-stack';
20+
export {CDK_MENU} from './menu-interface';

0 commit comments

Comments
 (0)