+1 vote
in Angular Oriana by
Which of the following will you use to convert returned observables, to json format?

Select the correct answer from below options

a) map(response => response.json())

b) Angular has got super powers in latest versions, and it will automatically convert the returned observables to json by default

c) json.parse(response)

d) None of the options

1 Answer

0 votes
by

b) Angular has got super powers in latest versions, and it will automatically convert the returned observables to json by default, will be used to convert returned observables, to json format

Related questions

0 votes
asked Dec 22, 2019 in Python by rajeshsharma
+1 vote
asked Jan 26, 2022 in Angular Oriana by sharadyadav1986
...