Simplified parameter passing in HTTP

Angular has simplified passing parameters to HTTP requests. In the next code snippet, note that we pass a value to sort parameter in the HTTP GET call:

http.get('http://www.programmerguide.net/api/articles`,   { params: { sort: 'ascending' } });   
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.147.65.65