How to call (object in array ) in array | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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