I have a number and I want to iterate that number of times.
for (var _i = 0; _i < length; _i++)
I want to implement similar to this syntax in the html template. if i use ngFor then i will need to have a collection but I don't have collection, I just have length.