Skip to content

Instantly share code, notes, and snippets.

@mgechev
Created August 25, 2020 21:38
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 mgechev/9b69875631df6cee6b22271487a5970a to your computer and use it in GitHub Desktop.
Save mgechev/9b69875631df6cee6b22271487a5970a to your computer and use it in GitHub Desktop.
<div *ngFor="let todo of todos">
<h2>{{ todo.title }}</h2>
<button *ngIf="user.isAdmin">Edit</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment