-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Description
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:
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels