@@ -208,7 +208,7 @@ import { FormsModule } from "@angular/forms";
208208import { BrowserModule } from "@angular/platform-browser";
209209import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
210210import { AppComponent } from "./app.component";
211- import { IgxExcelExporterService } from "igniteui-angular";
211+ import { IgxExcelExporterService, OtherService } from "igniteui-angular";
212212import { ExcelExportComponent } from "./services/export-excel/excel-export.component";
213213
214214@NgModule({
@@ -222,7 +222,7 @@ imports: [
222222 BrowserAnimationsModule,
223223 FormsModule
224224],
225- providers: [IgxExcelExporterService],
225+ providers: [IgxExcelExporterService , OtherService ],
226226entryComponents: [],
227227schemas: []
228228})
@@ -242,7 +242,7 @@ import { BrowserModule } from "@angular/platform-browser";
242242import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
243243import { AppComponent } from "./app.component";
244244// IgxExcelExporterService has been removed. Exporter services can now be used without providing.
245- import { /*IgxExcelExporterService*/ } from "igniteui-angular";
245+ import { /*IgxExcelExporterService,*/ OtherService } from "igniteui-angular";
246246import { ExcelExportComponent } from "./services/export-excel/excel-export.component";
247247
248248@NgModule({
@@ -257,7 +257,7 @@ imports: [
257257 FormsModule
258258],
259259// IgxExcelExporterService has been removed. Exporter services can now be used without providing.
260- providers: [/*IgxExcelExporterService*/ ],
260+ providers: [/*IgxExcelExporterService,*/ OtherService ],
261261entryComponents: [],
262262schemas: []
263263})
0 commit comments