Skip to content

Commit 358ebf0

Browse files
author
vakrilov
committed
chore(cleanup): remove collection-facade.ts
1 parent b19b813 commit 358ebf0

File tree

2 files changed

+1
-135
lines changed

2 files changed

+1
-135
lines changed

nativescript-angular/collection-facade.ts

Lines changed: 0 additions & 134 deletions
This file was deleted.

nativescript-angular/directives/list-view-comp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import {
1818
TemplateRef,
1919
ViewChild,
2020
ViewContainerRef,
21+
ɵisListLikeIterable as isListLikeIterable
2122
} from "@angular/core";
2223
import { ListView, ItemEventData } from "tns-core-modules/ui/list-view";
2324
import { View, KeyedTemplate } from "tns-core-modules/ui/core/view";
@@ -26,7 +27,6 @@ import { ObservableArray } from "tns-core-modules/data/observable-array";
2627
import { profile } from "tns-core-modules/profiling";
2728

2829
import { getSingleViewRecursive } from "../element-registry";
29-
import { isListLikeIterable } from "../collection-facade";
3030
import { listViewLog, listViewError } from "../trace";
3131

3232
const NG_VIEW = "_ngViewRef";

0 commit comments

Comments
 (0)