*repeat Directive
Repeating a chunk of HTML a number of times is very easy when you add the *repeat directive to your template. Use a fixed number or an expression to find the number.
If you need to know what index you are on, you can use a special syntax of *repeat="expression as indexName", where indexName is the name of the variable that will hold the current index.