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
Fix data binding expression in the example (angular#188)
- "item.name" is not an observable so we can't use the async pipe on it.
- use the safe navigation operator to access the name property of the retrieved object.
0 commit comments