Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created November 21, 2018 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cyrilletuzi/7c5a26200b75d471df75bdeb511f664c to your computer and use it in GitHub Desktop.
Save cyrilletuzi/7c5a26200b75d471df75bdeb511f664c to your computer and use it in GitHub Desktop.
<div *ngFor="let movie of movies">
<h2>{{movie.title}}</h2>
<p>{{movie.description}}</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment