Created
July 25, 2020 19:59
-
-
Save viktorsml/ed783280e6493b6840d59a54eddfe395 to your computer and use it in GitHub Desktop.
Angular Code not tested
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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