Skip to content

Instantly share code, notes, and snippets.

@andrewarosario
Created November 17, 2022 00:21
Show Gist options
  • Save andrewarosario/48bdfc7f419acdd8b27e458ae99b8624 to your computer and use it in GitHub Desktop.
Save andrewarosario/48bdfc7f419acdd8b27e458ae99b8624 to your computer and use it in GitHub Desktop.
@Component({
selector: 'mat-menu',
hostDirectives: [HasColor, {
directive: CdkMenu,
inputs: ['cdkMenuDisabled: disabled'],
outputs: ['cdkMenuClosed: closed']
}]
})
class MatMenu {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment