Skip to content

Instantly share code, notes, and snippets.

@teomanofficial
Created November 27, 2023 20:14
Show Gist options
  • Save teomanofficial/ef386b87effc495543bbd687b88701aa to your computer and use it in GitHub Desktop.
Save teomanofficial/ef386b87effc495543bbd687b88701aa to your computer and use it in GitHub Desktop.
Angular New Control Flow Loops
@for (user of users; track user.id) {
{{ user.name }}
} @empty {
Empty list of users
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment