+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 May 15, 2020 in SAP by AdilsonLima
0 votes
asked Nov 10, 2023 in JAVA by GeorgeBell
...