Add Match History component and update header menu.
This commit is contained in:
@@ -3,11 +3,13 @@ import {RouterModule, Routes} from '@angular/router';
|
||||
import {GamenightComponent} from './pages/gamenight/gamenight.component';
|
||||
import {HomeComponent} from './pages/home/home.component';
|
||||
import {StatsComponent} from './pages/stats/stats.component';
|
||||
import {MatchHistoryComponent} from "./pages/match-history/match-history.component";
|
||||
|
||||
const routes: Routes = [
|
||||
{path: '', component: HomeComponent, pathMatch: 'full'},
|
||||
{path: 'gamenight', component: GamenightComponent},
|
||||
{path: 'stats', component: StatsComponent}
|
||||
{path: 'stats', component: StatsComponent},
|
||||
{path: 'match-history', component: MatchHistoryComponent}
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user