Skip to content

Commit 6873142

Browse files
committed
fix(Toolbar): #1654 Removed the NoOpScrollStrategy import.
1 parent deb9b97 commit 6873142

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { CsvFileTypes,
1515
IgxCsvExporterService,
1616
IgxExcelExporterOptions,
1717
IgxExcelExporterService,
18-
NoOpScrollStrategy,
1918
CloseScrollStrategy} from '../services/index';
2019
import { IgxGridAPIService } from './api.service';
2120
import { IgxGridComponent } from './grid.component';
@@ -34,9 +33,6 @@ export class IgxGridToolbarComponent {
3433
@Input()
3534
public gridID: string;
3635

37-
// @ViewChild(IgxToggleDirective, { read: IgxToggleDirective })
38-
// protected toggleDirective: IgxToggleDirective;
39-
4036
@ViewChild('columnHidingDropdown', { read: IgxDropDownComponent })
4137
public columnHidingDropdown: IgxDropDownComponent;
4238

0 commit comments

Comments
 (0)