I can't change the mat tab body wrapper which seems to be limiting the size of my mat-tab.
ex.
.mat-tab-body-wrapper {
height: 100%:
}
Sorry, Stackoverflow is is forcing me to comment out some unnecessary stuff as you can see with NG-template and my bar chart.
<mat-tab-group mat-stretch-tabs>
<mat-tab>
'angular template and mat tab label'
'extraneous elements'
'end angular template and mat table label'
<div class="container">
'extraneous elements'
<div style="display: block">
<canvas>
/*My Bar chart*/
</canvas>
</div>
</div>
</mat-tab>
</mat-tab-group>
EDIT:
You can actually override elements like this (i.e. mat-tab of angular material) using ::ng-deep