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 4a1354d + 0235a6d commit ae88de6Copy full SHA for ae88de6
angular/grid-view-comp.ts
@@ -37,6 +37,7 @@ import {
37
TemplateRef,
38
ViewChild,
39
ViewContainerRef,
40
+ ɵisListLikeIterable as isListLikeIterable,
41
} from "@angular/core";
42
import { ObservableArray } from "tns-core-modules/data/observable-array";
43
import { profile } from "tns-core-modules/profiling";
@@ -51,7 +52,6 @@ import {
51
52
GridView,
53
} from "../grid-view";
54
-import { isListLikeIterable } from "nativescript-angular/collection-facade";
55
import {
56
getSingleViewRecursive,
57
isKnownView,
0 commit comments