WIP: Add Game Component
- Create Component - Add logic to switch "pages" in component - add "select player" logic
This commit is contained in:
@@ -33,7 +33,7 @@ export class HeaderComponent implements OnInit {
|
||||
return this.user ? this.user.firstName : 'Logged out';
|
||||
}
|
||||
|
||||
navigate(path: String): void {
|
||||
navigate(path: string): void {
|
||||
this.router.navigate([path]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user