Skip to content

Commit 21a28ac

Browse files
committed
chore(*): removed optional decorators
1 parent 99c0401 commit 21a28ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/igniteui-angular/src/lib/grids/toolbar/grid-toolbar-exporter.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ export class IgxGridToolbarExporterComponent extends BaseToolbarDirective {
108108

109109
constructor(
110110
@Host() protected toolbar: IgxGridToolbarComponent,
111-
@Optional() private excelExporter: IgxExcelExporterService,
112-
@Optional() private csvExporter: IgxCsvExporterService,
111+
private excelExporter: IgxExcelExporterService,
112+
private csvExporter: IgxCsvExporterService,
113113
) {
114114
super(toolbar);
115115
}

0 commit comments

Comments
 (0)