File tree Expand file tree Collapse file tree 2 files changed +1
-135
lines changed Expand file tree Collapse file tree 2 files changed +1
-135
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import {
18
18
TemplateRef ,
19
19
ViewChild ,
20
20
ViewContainerRef ,
21
+ ɵisListLikeIterable as isListLikeIterable
21
22
} from "@angular/core" ;
22
23
import { ListView , ItemEventData } from "tns-core-modules/ui/list-view" ;
23
24
import { View , KeyedTemplate } from "tns-core-modules/ui/core/view" ;
@@ -26,7 +27,6 @@ import { ObservableArray } from "tns-core-modules/data/observable-array";
26
27
import { profile } from "tns-core-modules/profiling" ;
27
28
28
29
import { getSingleViewRecursive } from "../element-registry" ;
29
- import { isListLikeIterable } from "../collection-facade" ;
30
30
import { listViewLog , listViewError } from "../trace" ;
31
31
32
32
const NG_VIEW = "_ngViewRef" ;
You can’t perform that action at this time.
0 commit comments