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 72efd85 + 13eca1b commit b34d419Copy full SHA for b34d419
src/nativescript-angular/directives/list-view-comp.ts
@@ -91,7 +91,7 @@ export class ListViewComponent {
91
let viewRef: EmbeddedViewRef<ListItemContext>;
92
93
if (args.view) {
94
- console.log("ListView.onItemLoading: " + index + " - Reusing exisiting view");
+ console.log("ListView.onItemLoading: " + index + " - Reusing existing view");
95
viewRef = args.view[NG_VIEW];
96
}
97
else {
0 commit comments