0

I am working currently Mat tabs (vertical) in one component & Mat expand collapse in other component based on the click of mat tab the relevant Mat expand should display.

Here is the Stackblitz which I am working on.

halfer
  • 19,824
  • 17
  • 99
  • 186
Mr.M
  • 1,472
  • 3
  • 29
  • 76

1 Answers1

-1

Use import like this

import {MatTabsModule} from '@angular/material/tabs';
sacgro
  • 459
  • 2
  • 5