When setting heightAdjustMode="Fill", the tab size is set correctly on the initial load of the component. However, when the window is resized, the parent component resizes correctly but the height of the tab does not change. Bellow the red border is the parent div border.
StackBlitz sample:
https://stackblitz.com/edit/angular-cmi8yj?file=main.ts
Once window is resized you have this:
Please let me know how can the tab height be resized once the window and its parent is resized.
Thanks