move dashboard elements and store the order
This commit is contained in:
@@ -6,6 +6,7 @@ import { UploadPageComponent } from './upload-page/upload-page.component';
|
||||
import { HelpPageComponent } from './help-page/help-page.component';
|
||||
import { DashboardPageComponent } from './dashboard-page/dashboard-page.component';
|
||||
import { DashboardComponent } from './dashboard-page/dashboard/dashboard.component';
|
||||
import { CustomizableGridComponent } from './customizable-grid/customizable-grid.component';
|
||||
|
||||
|
||||
const routes: Routes = [
|
||||
@@ -14,6 +15,7 @@ const routes: Routes = [
|
||||
{ path: 'dashboard', component: DashboardPageComponent},
|
||||
{ path: 'dashboard/:id', component: DashboardComponent},
|
||||
{ path: 'upload', component: UploadPageComponent },
|
||||
{ path: 'grid', component: CustomizableGridComponent },
|
||||
{ path: 'help', component: HelpPageComponent },
|
||||
// { path: '**', component: PageNotFoundComponent }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user