Skip to content

Commit be717d0

Browse files
committed
chore(*): Final touches #6861
1 parent 440d5c7 commit be717d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/grid-remote-paging/grid-remote-paging.sample.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { AfterViewInit, Component, OnDestroy, OnInit, TemplateRef, ViewChild } from '@angular/core';
2-
import { IgxGridComponent, IgxPaginatorComponent } from 'igniteui-angular';
2+
import { IgxGridComponent } from 'igniteui-angular';
33
import { RemoteService } from '../shared/remote.service';
44
import { Observable } from 'rxjs';
5-
import { IgxGridPaginatorOptionsPipe } from 'projects/igniteui-angular/src/lib/grids/common/pipes';
65

76
@Component({
87
selector: 'app-grid-remote-paging-sample',
@@ -63,7 +62,6 @@ export class GridRemotePagingSampleComponent implements OnInit, AfterViewInit, O
6362
}
6463

6564
public perPageChange(perPage: number) {
66-
debugger;
6765
const skip = this.page * perPage;
6866
const top = perPage;
6967

0 commit comments

Comments
 (0)