Add settings routing

This commit is contained in:
Michael Shamoon
2022-11-18 20:23:40 -08:00
parent 14cf4f7095
commit 4f9a31244b
3 changed files with 36 additions and 11 deletions

View File

@@ -10,7 +10,7 @@
<form [formGroup]="settingsForm" (ngSubmit)="saveSettings()">
<ul ngbNav #nav="ngbNav" (navChange)="maybeInitializeTab($event)" [(activeId)]="activeNavID" class="nav-tabs">
<ul ngbNav #nav="ngbNav" (navChange)="onNavChange($event)" [(activeId)]="activeNavID" class="nav-tabs">
<li [ngbNavItem]="SettingsNavIDs.General">
<a ngbNavLink i18n>General</a>
<ng-template ngbNavContent>