Nested Angular material tabs
问题 I have a requirement for adding dynamic tabs to some User Preferences screen. The main preference tab can be a static tab with static content, but the second tab should have nested mat-tab elements. These additional dynamic preferences come from the backend, which then allows me to use an *ngFor to render the extra tabs. Problem I'm seeing now is with the tab labels . The label text is taking its value from the first nested tab, and NOT from the label property I'm setting. Please see my