You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aboutCannot 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.
The text was updated successfully, but these errors were encountered: