Skip to content

Commit ae88de6

Browse files
committed
2 parents 4a1354d + 0235a6d commit ae88de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/grid-view-comp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import {
3737
TemplateRef,
3838
ViewChild,
3939
ViewContainerRef,
40+
ɵisListLikeIterable as isListLikeIterable,
4041
} from "@angular/core";
4142
import { ObservableArray } from "tns-core-modules/data/observable-array";
4243
import { profile } from "tns-core-modules/profiling";
@@ -51,7 +52,6 @@ import {
5152
GridView,
5253
} from "../grid-view";
5354

54-
import { isListLikeIterable } from "nativescript-angular/collection-facade";
5555
import {
5656
getSingleViewRecursive,
5757
isKnownView,

0 commit comments

Comments
 (0)