1.

Which of the following will you use to convert returned observables, to json format?

Answer»

Which of the following will you use to convert returned observables, to json format?
Choose the correct option from below list
(1)map(response => response.json())
(2)Angular has got super powers in LATEST versions, and it will automatically convert the returned observables to json by DEFAULT
(3)json.parse(response)
(4)None of the options

Answer:-(2)Angular has got super powers in latest versions, and it will automatically convert the returned observables to json by default



Discussion

No Comment Found