Created
September 30, 2017 11:15
-
-
Save adrianfaciu/6e0bfb4dc14c066801221fa89842f0c4 to your computer and use it in GitHub Desktop.
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 *appNgLoop="let nr of numbers; index as i"> | |
| {{ nr }} - Foo | |
| Index: {{ i }} | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment