I am trying to implement a context menu pop up with a right click from the user.
Here is an existing implementation with a mat-tab-list:
https://stackblitz.com/edit/angular-material-context-menu?file=app%2Fcontext-menu-example.html I am trying to implement the same functionality but with a mat-tab-group component instead, here is a mat-tab-group example:
https://stackblitz.com/edit/mat-tabs-closing-example?file=app%2Ftab-group-basic-example.html Anyone with Angular and Mat-tab-group experience know how to incorporate the context menu functionality into a mat-tab-group component?