Skip to content

Instantly share code, notes, and snippets.

@viktorsml
Created July 25, 2020 19:59
Show Gist options
  • Save viktorsml/ed783280e6493b6840d59a54eddfe395 to your computer and use it in GitHub Desktop.
Save viktorsml/ed783280e6493b6840d59a54eddfe395 to your computer and use it in GitHub Desktop.
Angular Code not tested
<div *ngFor="let elementOfArray of someArray; let i = index">
<a (click)="arrayOfFunctionsDeclaredOnComponent[i]()">{{ elementOfArray }}</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment