Skip to content

Commit

Permalink
fix(list-view-comp): IterableDiffer is now parameterized on <KeyedTem…
Browse files Browse the repository at this point in the history
…plate>
  • Loading branch information
sis0k0 committed Mar 16, 2017
1 parent edff964 commit 780967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativescript-angular/directives/list-view-comp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class ListViewComponent implements DoCheck, OnDestroy, AfterContentInit {

private listView: ListView;
private _items: any;
private _differ: IterableDiffer;
private _differ: IterableDiffer<KeyedTemplate>;
private _templateMap: Map<string, KeyedTemplate>;

@ViewChild("loader", { read: ViewContainerRef }) loader: ViewContainerRef;
Expand Down

0 comments on commit 780967d

Please sign in to comment.