Skip to content

md tab content not working #1867

@PrabhakaranD

Description

@PrabhakaranD

I am able to get the tab headers through md tab & md-tab-label

But md-tab-content not showing. Its not rendering the view. Tried md-tab-body also.

My code:

    <md-tab-group>
      <md-tab>
        <template md-tab-label>Details</template>
        <template md-tab-content>
          Tab 1
        </template>
      </md-tab>
      <md-tab>
        <template md-tab-label>Feed</template>
        <template md-tab-content>
          Tab 2
        </template>
      </md-tab>
    </md-tab-group>

Output:

tabs

Html rendered code as:

<(adding intentionally)div _ngcontent-jdk-10="" class="md-tab-body" role="tabpanel" ng-reflect-id="md-tab-content-0-0" id="md-tab-content-0-0" aria-labelledby="md-tab-label-0-0"> </div(adding intentionally)>

<div(adding intentionally) _ngcontent-jdk-10="" class="md-tab-body md-tab-active" role="tabpanel" ng-reflect-id="md-tab-content-0-1" id="md-tab-content-0-1" aria-labelledby="md-tab-label-0-1">


</div(adding intentionally)>

Please HELP!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions