Skip to content

Commit f9564fb

Browse files
authored
Merge pull request #3087 from IgniteUI/list-item-selection
feat(list): adding list item selection sample
2 parents b87cc15 + f7ca960 commit f9564fb

10 files changed

Lines changed: 23004 additions & 4291 deletions

live-editing/configs/ListConfigGenerator.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,19 @@ export class ListConfigGenerator implements IConfigGenerator {
133133
shortenComponentPathBy: "/lists/list/"
134134
}));
135135

136+
// list item selection
137+
configs.push(new Config({
138+
component: 'ListItemSelectionComponent',
139+
appModuleConfig: new AppModuleConfig({
140+
imports: ['IgxAvatarModule', 'IgxFilterModule', 'IgxIconModule', 'IgxListModule',
141+
'IgxInputGroupModule', 'ListItemSelectionComponent'],
142+
ngDeclarations: ['ListItemSelectionComponent'],
143+
ngImports: ['IgxAvatarModule', 'IgxFilterModule', 'IgxIconModule', 'IgxListModule',
144+
'IgxInputGroupModule']
145+
}),
146+
shortenComponentPathBy: "/lists/list/"
147+
}));
148+
136149
return configs;
137150
}
138151
}

0 commit comments

Comments
 (0)