Skip to content

Instantly share code, notes, and snippets.

@nivrith
Created June 18, 2022 12:44
Show Gist options
  • Save nivrith/b33c9f7de519e4c5441bd296e0c9e811 to your computer and use it in GitHub Desktop.
Save nivrith/b33c9f7de519e4c5441bd296e0c9e811 to your computer and use it in GitHub Desktop.
Repeat Angular Template Based On A Number
<div *repeatTimes="length; index as i">
{{ i }} This will render {{ length }} times
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment