I am trying to have a full page Angular Material tab which has tabs which are full height and have a centered message. I have created this stakblitz as I can\'t get it to work.
This is worked for me to assign dynamic value for height.
:host ::ng-deep .mat-tab-body-wrapper { height: 600px; } :host ::ng-deep .mat-tab-body.mat-tab-body-active { height: 600px; }