Skip to content

Commit 0235a6d

Browse files
jfturcotPeterStaev
authored andcommitted
Use isListLikeIterable from @angular/core (#32)
to support angular 4.4
1 parent 1440856 commit 0235a6d

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)