Skip to content

Commit e9cdd7a

Browse files
author
Konstantin Dinev
committed
fix(app-lob): removing duplicate igxPreventScroll
1 parent c5c5e28 commit e9cdd7a

9 files changed

Lines changed: 19 additions & 83 deletions

File tree

projects/app-lob/src/app/directives/prevent-scroll.directive.ts

Lines changed: 0 additions & 64 deletions
This file was deleted.

projects/app-lob/src/app/grid-dynamic-chart-data/grid-dynamic-chart-data.module.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
33
import { IgxButtonModule, IgxDialogModule, IgxDividerModule, IgxGridModule, IgxTabsModule } from 'igniteui-angular';
44
import { IgxBarSeriesModule, IgxCategoryChartModule, IgxCategoryXAxisModule,
5-
IgxDataChartCategoryModule, IgxDataChartComponent, IgxDataChartCoreModule,
5+
IgxDataChartCategoryModule, IgxDataChartCoreModule,
66
IgxDataChartInteractivityModule, IgxDataChartScatterModule,
7-
IgxDataChartStackedModule, IgxItemLegendComponent, IgxItemLegendModule,
8-
IgxLegendComponent, IgxLegendModule, IgxNumericXAxisModule,
9-
IgxNumericYAxisModule, IgxPieChartComponent } from 'igniteui-angular-charts';
7+
IgxDataChartStackedModule, IgxItemLegendModule,
8+
IgxLegendModule, IgxNumericXAxisModule,
9+
IgxNumericYAxisModule } from 'igniteui-angular-charts';
1010
import { IgxPieChartModule } from 'igniteui-angular-charts/';
11-
import { IgxPreventDocumentScrollModule } from '../directives/prevent-scroll.directive';
11+
import { IgxPreventDocumentScrollModule } from '../../../../../src/app/directives/prevent-scroll.directive';
1212
import { DataAnalysisDockManagerComponent, HastDuplicateLayouts } from './data-analysis-dock-manager/data-analysis-dock-manager.component';
1313
import { DockSlotComponent } from './data-analysis-dock-manager/dock-slot/dock-slot.component';
1414
import { ChartHostDirective, ChartIntegrationDirective } from './directives/chart-integration/chart-integration.directive';

projects/app-lob/src/app/grid-finjs-dock-manager/grid-finjs-dock-manager.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
import { CommonModule } from '@angular/common';
33
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
44
import { FormsModule } from '@angular/forms';
5-
import { IgxButtonModule, IgxDialogModule, IgxDividerModule, IgxGridComponent, IgxGridModule, IgxSliderModule,
5+
import { IgxButtonModule, IgxDialogModule, IgxDividerModule, IgxGridModule, IgxSliderModule,
66
IgxSwitchModule, IgxTabsModule } from 'igniteui-angular';
7-
import { IgxPreventDocumentScrollModule } from '../directives/prevent-scroll.directive';
87
import { GridFinJSDockManagerRoutingModule } from './grid-finjs-dock-manager-routing.module';
98
import { GridFinJSDockManagerComponent } from './grid-finjs-dock-manager.component';
109
import { DockSlotComponent, GridHostDirective } from './dock-slot.component';
10+
import { IgxPreventDocumentScrollModule } from '../../../../../src/app/directives/prevent-scroll.directive';
1111

1212
@NgModule({
1313
declarations: [

projects/app-lob/src/app/grid-finjs/grid-finjs.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<igx-grid #grid1
33
[igxPreventDocumentScroll]="true"
44
width="100%" height="100%"
5-
displayDensity='compact'
5+
displayDensity="compact"
66
hiddenColumnsText="Hidden"
7-
primaryKey='id'
8-
[autoGenerate]='false'
7+
primaryKey="id"
8+
[autoGenerate]="false"
99
[data]="data$ | async"
1010
[hideGroupedColumns]="true"
1111
[rowSelection]="selectionMode"

projects/app-lob/src/app/grid-finjs/grid-finjs.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ import {
1010
IgxDataChartCategoryModule, IgxDataChartCoreModule, IgxDataChartInteractivityModule, IgxFinancialPriceSeriesModule,
1111
IgxIndicatorsModule, IgxLegendModule, IgxNumericXAxisModule, IgxNumericYAxisModule
1212
} from 'igniteui-angular-charts';
13-
import { IgxPreventDocumentScrollModule } from '../directives/prevent-scroll.directive';
1413
import { FinJSDemoComponent } from './main.component';
1514
import { GridFinjsRoutingModule } from './grid-finjs-routing.module';
1615
import { GridFinJSComponent } from './grid-finjs.component';
1716
import { ControllerComponent } from './controllers.component';
1817
import { FinancialDataService } from '../services/financial.service';
18+
import { IgxPreventDocumentScrollModule } from '../../../../../src/app/directives/prevent-scroll.directive';
1919

2020
@NgModule({
2121
declarations: [

projects/app-lob/src/app/grid/grids.module.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ import {
1414
import { GridComponent } from './grid-boston-marathon/grid.component';
1515
import { GridMasterDetailSampleComponent } from './grid-master-detail/grid-master-detail.component';
1616

17-
import { IgxBarSeriesModule, IgxBollingerBandsOverlayModule, IgxCategoryChartModule, IgxCategoryXAxisComponent, IgxCategoryXAxisModule, IgxDataChartCategoryModule, IgxDataChartComponent,
17+
import { IgxBarSeriesModule, IgxBollingerBandsOverlayModule, IgxCategoryChartModule, IgxCategoryXAxisModule, IgxDataChartCategoryModule,
1818
IgxDataChartCoreModule, IgxDataChartInteractivityModule, IgxDataChartScatterModule, IgxDataChartStackedModule,
19-
IgxDoughnutChartComponent, IgxDoughnutChartModule, IgxFinancialPriceSeriesModule, IgxIndicatorsModule, IgxItemLegendComponent, IgxItemLegendModule, IgxLegendComponent,
20-
IgxLegendModule, IgxNumericXAxisComponent, IgxNumericXAxisModule, IgxNumericYAxisComponent, IgxNumericYAxisModule,
21-
IgxPieChartComponent, IgxPieChartModule, IgxRingSeriesModule, IgxSparklineCoreModule, IgxSparklineModule
19+
IgxDoughnutChartModule, IgxFinancialPriceSeriesModule, IgxIndicatorsModule, IgxItemLegendModule,
20+
IgxLegendModule, IgxNumericXAxisModule, IgxNumericYAxisModule,
21+
IgxPieChartModule, IgxRingSeriesModule, IgxSparklineCoreModule, IgxSparklineModule
2222
} from 'igniteui-angular-charts';
23-
import { IgxPreventDocumentScrollModule } from '../directives/prevent-scroll.directive';
2423
import { GridsDVRoutingModule } from './grids-routing.module';
24+
import { IgxPreventDocumentScrollModule } from '../../../../../src/app/directives/prevent-scroll.directive';
2525

2626
@NgModule({
2727
declarations: [

projects/app-lob/src/app/hierarchical-grid/hierarchical-grid.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { NgModule } from '@angular/core';
55
import { FormsModule } from '@angular/forms';
66
import { IgxAvatarModule, IgxBadgeModule, IgxBannerModule, IgxButtonGroupModule, IgxButtonModule, IgxCheckboxModule, IgxChipsModule, IgxComboModule, IgxDatePickerModule, IgxDialogModule, IgxFocusModule, IgxGridModule, IgxHierarchicalGridModule, IgxIconModule, IgxInputGroupModule, IgxProgressBarModule, IgxRadioModule, IgxRippleModule, IgxSelectModule, IgxSliderModule, IgxSnackbarModule, IgxSwitchModule, IgxTabsModule, IgxToastModule, IgxToggleModule, IgxTooltipModule } from 'igniteui-angular';
77
import { IgxPieChartModule, IgxSparklineCoreModule, IgxSparklineModule } from 'igniteui-angular-charts';
8-
import { IgxPreventDocumentScrollModule } from '../directives/prevent-scroll.directive';
8+
import { IgxPreventDocumentScrollModule } from '../../../../../src/app/directives/prevent-scroll.directive';
99
import { HGridColumnResizingSampleComponent } from './hierarchical-grid-column-resizing/hierarchical-grid-resizing.component';
1010
import { HierarchicalGridDVRoutingModule } from './hierarchical-grid-routing.module';
1111

projects/app-lob/src/app/tree-grid/tree-grid.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { IgxAvatarModule, IgxBannerModule, IgxButtonGroupModule, IgxButtonModule
77
IgxSwitchModule, IgxToastModule, IgxToggleModule, IgxTooltipModule, IgxTreeGridModule } from 'igniteui-angular';
88
/* eslint-disable max-len */
99
import { IgxSparklineCoreModule, IgxSparklineModule } from 'igniteui-angular-charts';
10-
import { IgxPreventDocumentScrollModule } from '../directives/prevent-scroll.directive';
10+
import { IgxPreventDocumentScrollModule } from '../../../../../src/app/directives/prevent-scroll.directive';
1111
import { RemoteFilteringService } from './services/remoteFilteringService';
1212
import { TreeGridChilddatakeySampleComponent } from './tree-grid-childdatakey-sample/tree-grid-childdatakey-sample.component';
1313
import { TreeGridPrimaryforeignkeySampleComponent } from './tree-grid-primaryforeignkey-sample/tree-grid-primaryforeignkey-sample.component';

projects/app-lob/src/app/treegrid-finjs/treegrid-finjs.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { NgModule } from '@angular/core';
33
import { FormsModule } from '@angular/forms';
44
import { IgxButtonModule, IgxSliderModule,
55
IgxSwitchModule, IgxTreeGridModule } from 'igniteui-angular';
6-
import { IgxPreventDocumentScrollModule } from '../directives/prevent-scroll.directive';
6+
import { IgxPreventDocumentScrollModule } from '../../../../../src/app/directives/prevent-scroll.directive';
77
import { TreeGridFinJSComponent } from './tree-grid-finjs-sample.component';
88
import { TreeGridFinjsRoutingModule } from './treegrid-finjs-routing.module';
99

0 commit comments

Comments
 (0)