|
|
Angular(Angular Oriana)
|
|
|
Which of the following will you use to convert returned observables, to json format?
|
|
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
|
|
|
|
|
|