Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable max-len */
export const gridfinjsRoutesData = {
'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.' },
'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.' },
'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.' }
};
2 changes: 1 addition & 1 deletion projects/app-lob/src/app/grid-finjs/grid-finjs.routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const GridfinjsRoutes: Routes = [
{
component: FinJSDemoComponent,
data: gridfinjsRoutesData['grid-finjs-sample'],
path: 'grid-finjs-sample'
path: ''
},
{
component: GridFinJSComponent,
Expand Down