popupClass property

  1. @Input()
String popupClass
getter/setter pair

CSS classes to append onto the sub-menu popups.

These CSS classes will be copied into the sub-menu popup overlays. Typically this will be set by the MaterialMenuComponent on the popup this component is rendered in and need to be propagated down to any sub-menus this component will open.

Implementation

@Input()
String popupClass = '';