My code in component.html
<
For Angular material > 7
Component.ts
menuChange(event) { // _getHostElement : Gets the current Host DOM element console.log(event.option._getHostElement().getAttribute('data-somedata')); }