How to call (object in array ) in array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to call (object in array ) in array

I want to call object in array in angular

16th Feb 2019, 3:09 PM
Alila Kharisa Zein
2 Answers
+ 1
It depends where you want to call it from. If it's from the html: {{ array[ index ] }} If it's from inside the js of the app: $scope.array[ index ]
16th Feb 2019, 3:25 PM
voidneo
0
I mean angular typescript..
10th Mar 2019, 4:12 PM
Alila Kharisa Zein