ahmed elbarbary

ahmed elbarbary

  • NA
  • 1.6k
  • 254.2k

How to access object value from array angular 7?

May 12 2020 10:16 PM
How to access object value from array angular 7?
I have array have one object as below
  1. res = [{"totalCount:"557"}]   
as above res have array of object 
i need to get value of 557
so how to get it 
and what variable will recieve value 557 int or any 
can you help me how to get value 557 from array of object above 
and what variable type it will store that 

Answers (2)