This repository was archived by the owner on May 20, 2023. It is now read-only.
This repository was archived by the owner on May 20, 2023. It is now read-only.
material-tab-panel does not update labels when material-tab label is changed. #18
Open
Description
Inside a material-tab-panel I have the following:
<material-tab *ngFor="let tab of tabs" [label]="tab.title"></material-tab>
In other code, I am able to update the tab.title, but do not see results in browser.
I am able to see results in browser for <div *ngFor="let tab of tabs">{{tab.title}}