Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Last active March 12, 2019 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FunnyGhost/220c91036a2fb0100259ff0cacf5fb5f to your computer and use it in GitHub Desktop.
Save FunnyGhost/220c91036a2fb0100259ff0cacf5fb5f to your computer and use it in GitHub Desktop.
<ng-container *ngIf="(favoriteMovies$ | async); let favoriteMovies">
<div class="movie" *ngFor="let movie of favoriteMovies">
{{ movie.title }}
</div>
</ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment