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.
2 parents 9f6c1e7 + c83c292 commit b09b58cCopy full SHA for b09b58c
src/ui-pager/angular/index.ts
@@ -22,8 +22,6 @@ export class PagerComponent extends TemplatedItemsComponent {
22
public get nativeElement(): Pager {
23
return this.templatedItemsView;
24
}
25
- //@ts-ignore
26
- protected templatedItemsView: Pager;
27
28
constructor(_elementRef: ElementRef, _iterableDiffers: IterableDiffers) {
29
super(_elementRef, _iterableDiffers);
0 commit comments