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.
1 parent 960dd59 commit bb3d922Copy full SHA for bb3d922
docs/install-and-setup.md
@@ -87,7 +87,7 @@ Open `/src/app/app.component.html`:
87
88
```html
89
<ul>
90
- <li class="text" *ngFor="let item of items | async">
+ <li class="text" *ngFor="let item of items$ | async">
91
{{item.name}}
92
</li>
93
</ul>
0 commit comments