Skip to content

Commit b09b58c

Browse files
authored
Merge pull request #57 from jcassidyav/fix-angular
fix(angular): Correct initialisation issue with angular
2 parents 9f6c1e7 + c83c292 commit b09b58c

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)