We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2654a3 commit a95f126Copy full SHA for a95f126
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -156,7 +156,6 @@ import { IgxPaginatorComponent } from '../paginator/paginator.component';
156
import { IgxGridHeaderRowComponent } from './headers/grid-header-row.component';
157
import { IgxGridGroupByAreaComponent } from './grouping/grid-group-by-area.component';
158
import { IgxFlatTransactionFactory, TRANSACTION_TYPE } from '../services/transaction/transaction-factory.service';
159
-import { SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION } from 'constants';
160
161
let FAKE_ROW_ID = -1;
162
const DEFAULT_ITEMS_PER_PAGE = 15;
0 commit comments