Skip to content
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
@rwrozelle

Description

@rwrozelle

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}}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions