Repeat
The repeat
directive will display the specified number of items.
Using Repeat Directive
An example in COMPONENT.template.html
.
<fox *repeat="10"></fox>
Will display 10 a fox components.
Last updated
The repeat
directive will display the specified number of items.
An example in COMPONENT.template.html
.
<fox *repeat="10"></fox>
Will display 10 a fox components.
Last updated