Skip to content

Commit f90616b

Browse files
PlamenaMitevadafo
andauthored
add _variables.scss file to the tree grid load on demand sample (#3220)
Co-authored-by: Alexander M <niron_hsc@yahoo.com>
1 parent 3f24936 commit f90616b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
654654
additionalFiles: [
655655
'/src/app/directives/prevent-scroll.directive.ts',
656656
'/src/app/tree-grid/tree-grid-group-by-load-on-demand-sample/remoteService.ts',
657-
'/src/app/data/invoiceData.ts'
657+
'/src/app/data/invoiceData.ts',
658+
'/src/_variables.scss',
659+
'/src/_app-layout.scss'
658660
],
659661
appModuleConfig: new AppModuleConfig({
660662
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridGroupByLoadOnDemandComponent'],

0 commit comments

Comments
 (0)