Skip to content

Instantly share code, notes, and snippets.

@roytouw7
Last active December 11, 2020 15:01
Show Gist options
  • Save roytouw7/dc2ca8f93d45ac2f9d85728020672060 to your computer and use it in GitHub Desktop.
Save roytouw7/dc2ca8f93d45ac2f9d85728020672060 to your computer and use it in GitHub Desktop.
<div>
<div *ngFor="let product of products$ | async">
Product: {{product.name}}
<div *ngFor="let price of product.price.data">
Store: {{price?.store?.name}} Price: {{price?.price}}
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment