Add dashboard prototype
This commit is contained in:
@@ -3,11 +3,13 @@ import { Routes, RouterModule } from '@angular/router';
|
||||
|
||||
import { TaskListComponent } from './task-list/task-list.component';
|
||||
import { UserstoryListComponent } from './userstory-list/userstory-list.component';
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
|
||||
|
||||
const routes: Routes = [
|
||||
{ path: 'tasks', component: TaskListComponent },
|
||||
{ path: 'userstories', component: UserstoryListComponent },
|
||||
{ path: 'dashboard', component: DashboardComponent },
|
||||
{ path: '', redirectTo: '/tasks', pathMatch: 'full' },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user