-
-
Notifications
You must be signed in to change notification settings - Fork 240
Closed
Description
I would like to use a <ListView>
in my {N}/Angular 2 app, and currently it doesn’t appear that is supported.
To start if I try to point *ngFor
at an ObservableArray I get an error about Cannot find a differ supporting object ''
(although it does work if I point at an ObservableArray’s _array
property).
But even if that worked I’m not sure how I’d incorporate the *ngFor
syntax into the existing <ListView>
element. Am I missing something here, or is this just not supported yet?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels