Skip to content

Commit 3441dc1

Browse files
authored
refactor(navigable-tab): remove unused code
1 parent 2c258b0 commit 3441dc1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/components/src/tabs/navigable/navigable-tab-group.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ import { NavigableTabComponent } from './navigable-tab.component';
5656
</nav>
5757
<div class="divider"></div>
5858
</div>
59-
60-
<!-- When tabs input changes, change detection will be triggered automatically -->
61-
<ng-container *ngIf="tabs.changes | async"></ng-container>
6259
`
6360
})
6461
export class NavigableTabGroupComponent implements AfterContentInit {

0 commit comments

Comments
 (0)