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
@@ -165,7 +165,19 @@ Open `/src/app/<my-app>.component.html`:
165
165
```
166
166
167
167
The `async` pipe unwraps the each item in the people
168
-
observable as they arrive.
168
+
observable as they arrive. Also the array that is received through the `items` observable contains objects that have a `$value` property. A structure like this:
0 commit comments