python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Angular - Set a mat-tab-link active after a tab is closed
I am trying to create a tabbar that works similarly to the browser tabs. Each tab loads a module.
I am trying with mat-tab-nav-bar. Opening a new tab and setting it active as well as switching back an...
Athavan
Votes: 0
Answers: 1
How to override styles for two different mat-tab elements used in same page
I have two different mat-tab section used in same component in my angular application.
How to override styles of mat-tab because i need to apply two different styles for both the tabs.
Say, I need to ...
Nancy
Votes: 0
Answers: 1
How to Put a Right-Click Context Menu on the Mat-tab-group component
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=...
Miya
Votes: 0
Answers: 1
Create many forms in one component
I'm trying to create many forms in one component. I've tried to implement this with mat-tab-groups
<mat-tab-group>
<mat-tab label="form1">
<form>...</form>
&l...

user18277059
Votes: 0
Answers: 1