Skip to content

Commit e669eb5

Browse files
committed
chore(*): include button module
1 parent 69253e7 commit e669eb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
177177
'/src/app/tree-grid/tree-grid-sorting-sample/tree-grid-contextmenu/tree-grid-contextmenu.component.ts',
178178
'/src/app/tree-grid/tree-grid-sorting-sample/tree-grid-contextmenu/tree-grid-contextmenu.component.scss'],
179179
appModuleConfig: new AppModuleConfig({
180-
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridSortingSampleComponent', 'IgxIconModule', 'IgxSimpleComboModule', 'TreeGridContextmenuComponent'],
180+
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridSortingSampleComponent', 'IgxIconModule', 'IgxSimpleComboModule', 'IgxButtonModule', 'TreeGridContextmenuComponent'],
181181
ngDeclarations: ['TreeGridSortingSampleComponent', 'TreeGridContextmenuComponent'],
182-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxIconModule', 'IgxSimpleComboModule']
182+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxIconModule', 'IgxSimpleComboModule', 'IgxButtonModule']
183183
}),
184184
component: 'TreeGridSortingSampleComponent',
185185
shortenComponentPathBy: '/tree-grid/'

0 commit comments

Comments
 (0)