Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Created December 4, 2019 15:15
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/b654c407ba6192543edceb01900f3491 to your computer and use it in GitHub Desktop.
Save FunnyGhost/b654c407ba6192543edceb01900f3491 to your computer and use it in GitHub Desktop.
<ng-container *ngIf="favoriteMovies$ | async; let favoriteMovies">
<kpd-favorite-movie *ngFor="let movie of favoriteMovies"> </kpd-favorite-movie>
</ng-container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment