Skip to content

Commit 73d0886

Browse files
committed
chore: lint fix
Signed-off-by: Akshat Patel <[email protected]>
1 parent 6c7f311 commit 73d0886

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tabs/tab.component.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ import {
6363
[ngStyle]="{'display': active ? null : 'none'}"
6464
[attr.aria-labelledby]="id + '-header'"
6565
aria-live="polite">
66-
<ng-template *ngIf="isTemplate(tabContent)" [ngTemplateOutlet]="tabContent" [ngTemplateOutletContext]="{ $implicit: templateContext }"></ng-template>
66+
<ng-template
67+
*ngIf="isTemplate(tabContent)"
68+
[ngTemplateOutlet]="tabContent"
69+
[ngTemplateOutletContext]="{ $implicit: templateContext }">
70+
</ng-template>
6771
<ng-content></ng-content>
6872
</div>
6973
`

0 commit comments

Comments
 (0)