I just want to create a simple loop in html
such as
for(int i = 1; i < n ; i++){
//do something
}
i found may soltion but non of them working for me here is one of them
<li *ngFor='#loop of counter(5) ;#i= index'>{{i}}</li>
can anyone help me with this