Using Angular 2, I want to duplicate a line in a template multiple times. Iterating over an object is easy, *ngFor="let object of objects". However, I
*ngFor="let object of objects"
Depending on the length of the wanted loop, maybe even a more "template-driven" solution:
{{ index }}