Skip to content

Commit 68f4255

Browse files
committed
fix: fix for angular 15.x
1 parent 246cdb9 commit 68f4255

File tree

3 files changed

+1283
-644
lines changed

3 files changed

+1283
-644
lines changed

src/ui-pager/angular/pager-items-comp.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ import {
1818
Output,
1919
TemplateRef,
2020
ViewChild,
21-
ViewContainerRef,
22-
ɵisListLikeIterable as isListLikeIterable
21+
ViewContainerRef
2322
} from '@angular/core';
2423
import { Pager, PagerError, PagerItem, PagerLog } from '@nativescript-community/ui-pager';
25-
import { extractSingleViewRecursive, isInvisibleNode, registerElement } from '@nativescript/angular';
24+
import { extractSingleViewRecursive, isInvisibleNode, isListLikeIterable, registerElement } from '@nativescript/angular';
2625
import { EventData, KeyedTemplate, LayoutBase, Template, Trace, View, isIOS } from '@nativescript/core';
2726
import { ObservableArray } from '@nativescript/core/data/observable-array';
2827
import { profile } from '@nativescript/core/profiling';

tools

0 commit comments

Comments
 (0)