Skip to content

Commit eb8aaa3

Browse files
committed
fix(LOB): fix finj grid routing path
1 parent f8e100c commit eb8aaa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const GridfinjsRoutes: Routes = [
77
{
88
component: FinJSDemoComponent,
99
data: gridfinjsRoutesData['grid-finjs-sample'],
10-
path: ''
10+
path: 'grid-finjs-sample'
1111
},
1212
{
1313
component: GridFinJSComponent,

0 commit comments

Comments
 (0)