Skip to content

Instantly share code, notes, and snippets.

@leifermendez
Created October 24, 2020 17:53
Show Gist options
  • Save leifermendez/894bf91cefe17ce9c4ee2bb15e118785 to your computer and use it in GitHub Desktop.
Save leifermendez/894bf91cefe17ce9c4ee2bb15e118785 to your computer and use it in GitHub Desktop.
<ul>
<li *ngFor="let item of data$ | async">
{{item}}
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment