Adding profile component (de)activation logic

This commit is contained in:
2022-09-02 17:55:19 +02:00
parent 18a02f0940
commit 47c494653c
18 changed files with 174 additions and 133 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import {NgModule} from '@angular/core';
import {RouterModule, Routes} from '@angular/router';
import { GamenightComponent } from './pages/gamenight/gamenight.component';
import {GamenightComponent} from './pages/gamenight/gamenight.component';
import {HomeComponent} from './pages/home/home.component';
import { StatsComponent } from './pages/stats/stats.component';
import {StatsComponent} from './pages/stats/stats.component';
const routes: Routes = [
{path: '', component: HomeComponent, pathMatch: 'full'},