versie 1.3.1 - bug fixes
This commit is contained in:
@@ -2,10 +2,12 @@ import { Routes } from '@angular/router';
|
||||
import {GameComponent} from './game/game.component';
|
||||
import {WelcomeComponent} from './welcome/welcome.component';
|
||||
import {FinalComponent} from './final/final.component';
|
||||
import {CurrentScoreComponent} from './current-score/current-score.component';
|
||||
|
||||
|
||||
export const routes: Routes = [
|
||||
{ path: '', component: WelcomeComponent },
|
||||
{ path: 'start', component: GameComponent },
|
||||
{ path: 'final', component: FinalComponent },
|
||||
{ path: 'currentScore', component: CurrentScoreComponent },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user