Skip to content

Commit d82a13d

Browse files
committed
fix(LOB): add path in routing for FinJSDemoComponent
1 parent 55980cf commit d82a13d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable max-len */
22
export const gridfinjsRoutesData = {
3-
'empty-path': { displayName: 'Grid Finance demo sample', parentName: 'Grid', title: 'Real-Time Financial Analysis Data Grid built with Ignite UI for Angular', description: 'Our Angular Data Grid can handle unlimited rows and columns of data, while providing access to custom templates and real-time data updates.' },
3+
'grid-finjs-sample': { displayName: 'Grid Finance demo sample', parentName: 'Grid', title: 'Real-Time Financial Analysis Data Grid built with Ignite UI for Angular', description: 'Our Angular Data Grid can handle unlimited rows and columns of data, while providing access to custom templates and real-time data updates.' },
44
'grid-finjs-partial': { displayName: 'Grid Finance partial demo sample', parentName: 'Grid', title: 'Real-Time Financial Analysis Data Grid built with Ignite UI for Angular', description: 'Our Angular Data Grid can handle unlimited rows and columns of data, while providing access to custom templates and real-time data updates.' }
55
};

projects/app-lob/src/app/grid-finjs/grid-finjs.routes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import { GridFinJSComponent } from './grid-finjs.component';
66
export const GridfinjsRoutes: Routes = [
77
{
88
component: FinJSDemoComponent,
9-
data: gridfinjsRoutesData['empty-path'],
10-
path: ''
9+
data: gridfinjsRoutesData['grid-finjs-sample'],
10+
path: 'grid-finjs-sample'
1111
},
1212
{
1313
component: GridFinJSComponent,

0 commit comments

Comments
 (0)