Skip to content

Commit

Permalink
fixes Typo in Install/Setup.md Step 4 #3337 (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsandhar authored Jun 23, 2023
1 parent 960dd59 commit bb3d922
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 bb3d922

Please sign in to comment.