79634738

Date: 2025-05-23 02:01:19
Score: 0.5
Natty:
Report link
   <mat-tab-group dynamicHeight>
<mat-tab label="A">
  <ng-template matTabContent>
      <componentA></componentA>
  </ng-template>
</mat-tab>
<mat-tab label="B">
  <ng-template matTabContent>
      <componentB></componentB>
  </ng-template>
</mat-tab>

Render your compoent with matTabContent

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: M.H