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 946b51a commit 6d1c375Copy full SHA for 6d1c375
projects/igniteui-angular/src/lib/grids/grid/grid.pagination.spec.ts
@@ -36,7 +36,8 @@ describe('IgxGrid - Grid Paging #grid', () => {
36
TestBed.configureTestingModule({
37
declarations: [
38
PagingComponent,
39
- GridWithUndefinedDataComponent
+ GridWithUndefinedDataComponent,
40
+ RemotePagingComponent
41
],
42
imports: [IgxGridModule, NoopAnimationsModule]
43
});
0 commit comments