Skip to content

Commit 504cd4a

Browse files
author
pipeline
committed
bug(EJ2-5332): added ng checkbox selection sample into master.
1 parent 0625ea0 commit 504cd4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/grid/grid.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export const gridRouteConfig: Object[] = [
7171
{ 'path': ':theme/grid/column/columnresizing', component: ColumnResizingComponent, name: 'Column Resizing', order: '03', category: 'Column' },
7272
{ 'path': ':theme/grid/selection', component: SelectionComponent, name: 'Default Selection', order: '04', category: 'Selection' },
7373
{ 'path': ':theme/grid/selectionapi', component: SelectionApiComponent, name: 'Selection API', order: '04', category: 'Selection' },
74+
{ 'path': ':theme/grid/checkboxselection', component: CheckboxSelectionComponent, name: 'Checkbox Selection', order: '04', category: 'Selection'},
7475
{
7576
'path': ':theme/grid/aggregatedefault', component: AggregateComponent, name: 'Default Aggregate', order: '06', category: 'Aggregate'
7677
},

0 commit comments

Comments
 (0)