We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7f311 commit 73d0886Copy full SHA for 73d0886
src/tabs/tab.component.ts
@@ -63,7 +63,11 @@ import {
63
[ngStyle]="{'display': active ? null : 'none'}"
64
[attr.aria-labelledby]="id + '-header'"
65
aria-live="polite">
66
- <ng-template *ngIf="isTemplate(tabContent)" [ngTemplateOutlet]="tabContent" [ngTemplateOutletContext]="{ $implicit: templateContext }"></ng-template>
+ <ng-template
67
+ *ngIf="isTemplate(tabContent)"
68
+ [ngTemplateOutlet]="tabContent"
69
+ [ngTemplateOutletContext]="{ $implicit: templateContext }">
70
+ </ng-template>
71
<ng-content></ng-content>
72
</div>
73
`
0 commit comments