I am implementing my own typography theming in my angular application, I am trying to replicate the default configuration that comes with the typography components in react mui. At the moment I have a
So I have a Angular Material Paginator, which looks like this: And this is how I use it in my html: <div class="paginator-container">
I have a material table in following structure: <table mat-table #mailBox [dataSource]="inboxTableDataSource" class="mat-elevation-z8 demo-table">
I have added a (click) handler on icon inside mat-tab > mat-tab-label But the problem is its not getting triggered when I click on the mat-icon
I have this method to expand and highlight a specific node in my material tree: expand(folderId: number): any {