Skip to content

Commit

Permalink
update appdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Nov 26, 2024
1 parent c6eb6f0 commit 62230c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/showcase/components/doc/app.doc.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,8 @@ export class AppDoc implements OnInit, OnChanges {
activateTab(index) {
this.docService.activeTab.set(index);
}

ngOnDestroy() {
this.activateTab(0);
}
}

0 comments on commit 62230c6

Please sign in to comment.