Skip to content

Commit c83c292

Browse files
committed
fix(angular): Correct initialisation issue with angular
1 parent 9f6c1e7 commit c83c292

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ui-pager/angular/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export class PagerComponent extends TemplatedItemsComponent {
2222
public get nativeElement(): Pager {
2323
return this.templatedItemsView;
2424
}
25-
//@ts-ignore
26-
protected templatedItemsView: Pager;
2725

2826
constructor(_elementRef: ElementRef, _iterableDiffers: IterableDiffers) {
2927
super(_elementRef, _iterableDiffers);

0 commit comments

Comments
 (0)