Skip to content

Commit

Permalink
Merge branch 'master' into emptyObject
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Jun 23, 2023
2 parents c8b907b + bb3d922 commit f585bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Open `/src/app/app.component.html`:

```html
<ul>
<li class="text" *ngFor="let item of items | async">
<li class="text" *ngFor="let item of items$ | async">
{{item.name}}
</li>
</ul>
Expand Down

0 comments on commit f585bbf

Please sign in to comment.