Skip to content

Commit 180362b

Browse files
committed
chore(*): add ripple module
1 parent 25214c2 commit 180362b

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
@@ -783,9 +783,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
783783
configs.push(new Config({
784784
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/tree-grid/tree-grid-clipboard-operations-sample/data.ts'],
785785
appModuleConfig: new AppModuleConfig({
786-
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridClipboardSampleComponent', 'IgxSwitchModule' , 'IgxInputGroupModule', 'IgxIconModule'],
786+
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridClipboardSampleComponent', 'IgxSwitchModule' , 'IgxInputGroupModule', 'IgxIconModule', 'IgxRippleModule'],
787787
ngDeclarations: ['TreeGridClipboardSampleComponent'],
788-
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxSwitchModule', 'IgxInputGroupModule', 'IgxIconModule']
788+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxSwitchModule', 'IgxInputGroupModule', 'IgxIconModule', 'IgxRippleModule']
789789
}),
790790
component: 'TreeGridClipboardSampleComponent',
791791
shortenComponentPathBy: '/tree-grid/'

0 commit comments

Comments
 (0)