Skip to content

Commit 1e7d676

Browse files
author
Konstantin Dinev
committed
chore(*): fixing the app-crm build
1 parent 2dc19d4 commit 1e7d676

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

projects/app-crm/src/app/app.module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { BrowserModule, HammerModule } from '@angular/platform-browser';
44
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
55
import {
66
IgxAutocompleteModule, IgxButtonModule, IgxIconModule, IgxInputGroupModule, IgxLayoutModule,
7-
IgxRippleModule, IgxGridModule, IgxAvatarModule
7+
IgxRippleModule, IgxGridModule, IgxAvatarModule, IgxProgressBarModule
88
} from 'igniteui-angular';
99
import { IgxPreventDocumentScrollModule } from '../../../../src/app/directives/prevent-scroll.directive';
1010
import { AppComponent } from './app.component';
@@ -30,6 +30,7 @@ import { SEOService } from '../../../app-lob/src/app/seo.service';
3030
AppRoutingModule,
3131
BrowserAnimationsModule,
3232
IgxButtonModule,
33+
IgxProgressBarModule,
3334
FormsModule,
3435
IgxPreventDocumentScrollModule,
3536
HammerModule

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { ConditionalFormattingDirective } from './directives/conditional-formatt
1616
import { GridDynamicChartDataRoutingModule } from './grid-dynamic-chart-data-routing.module';
1717
import { GridDynamicChartDataComponent } from './grid-dynamic-chart-data.component';
1818
import { CommonModule } from '@angular/common';
19+
1920
@NgModule({
2021
declarations: [
2122
GridDynamicChartDataComponent,

0 commit comments

Comments
 (0)