Merged PR 47: Even master and 16.0.x
0fc424ee
Zdravko Kolev
committed
succeeded
5 changed files
context-menu.component.ts
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.ts
/projects/igniteui-angular-extras/src/lib/context-menu/context-menu.component.ts
igniteui-angular-extras.module.ts
/projects/igniteui-angular-extras/src/lib/igniteui-angular-extras.module.ts-2+3
/projects/igniteui-angular-extras/src/lib/igniteui-angular-extras.module.ts
Add comment 13 import { IgxChartIntegrationDirective } from './directives/chart-integration/chart-integration.directive';
Add comment 14 import { IgxConditionalFormattingDirective } from './directives/conditional-formatting/conditional-formatting.directive';
Add comment 15 import { SvgPipe } from './pipes/svg.pipe';
Add comment 16 Plus  import { CommonModule } from '@angular/common';
Add comment 16 17
Add comment 17 18
Add comment 18 Minus  
Add comment 19 @NgModule({
Add comment 20 declarations: [
Add comment 21 IgxConditionalFormattingDirective,
Add comment 45 IgxDataChartScatterModule,
Add comment 46 IgxBarSeriesModule,
Add comment 47 IgxIconModule,
Add comment 48 Minus   IgxCategoryChartModule
Add comment 48 Plus   IgxCategoryChartModule,
Add comment 49 Plus   CommonModule
Add comment 49 50 ],
Add comment 50 51 exports: [
Add comment 51 52 IgxConditionalFormattingDirective,
app.module.ts
/src/app/app.module.ts-2+5
/src/app/app.module.ts
Add comment 3 import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
Add comment 4 import { AppRoutingModule } from './app-routing.module';
Add comment 5 import { AppComponent } from './app.component';
Add comment 6 Minus  import { IgxGridModule, IgxNavigationDrawerModule } from '@infragistics/igniteui-angular';
Add comment 6 Plus  import { IgxGridModule, IgxNavigationDrawerModule, IgxIconModule } from '@infragistics/igniteui-angular';
Add comment 7 import { GridDataAnalysisComponent } from './grid-data-analysis/grid-data-analysis.component';
Add comment 8 import { ROUTING } from './app.routing';
Add comment 9 import { PageHeaderComponent } from './page-header/page-header.component';
Add comment 10 import { IgxExtrasModule } from 'igniteui-angular-extras';
Add comment 11 Plus  import { CommonModule } from '@angular/common';
Add comment 11 12
Add comment 12 13 @NgModule({
Add comment 13 14 declarations: [
Add comment 23 24 AppRoutingModule,
Add comment 24 25 IgxExtrasModule,
Add comment 25 26 IgxNavigationDrawerModule,
Add comment 26 Minus   ROUTING
Add comment 27 Plus   ROUTING,
Add comment 28 Plus   CommonModule,
Add comment 29 Plus   IgxIconModule
Add comment 27 30 ],
Add comment 28 31 bootstrap: [AppComponent]
Add comment 29 32 })
package-lock.json
/package-lock.json
/package-lock.json
package.json
/package.json
/package.json