make a looping fucntion angular code example Example: angular loop <li *ngFor="let a of fakeArray; let index = index">Something {{ index }}</li>