1.0.2 • Published 6 years ago
@niklaspor/ng-repeat v1.0.2
NgRepeat
A super simple directive to repeat elements inside an Angular Template. Use *ngRepeat="x" to repeat x times.
Example
<p *ngRepeat="7">
This is repeated 7 times.
</p>
A super simple directive to repeat elements inside an Angular Template. Use *ngRepeat="x" to repeat x times.
<p *ngRepeat="7">
This is repeated 7 times.
</p>