https://github.com/survi218/angular-http-service
client-server communication using http service in angular
https://github.com/survi218/angular-http-service
angularjs client-server communication data get http-client http-requests http-response http-server post
Last synced: 7 months ago
JSON representation
client-server communication using http service in angular
- Host: GitHub
- URL: https://github.com/survi218/angular-http-service
- Owner: survi218
- Created: 2017-05-27T02:08:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T05:18:00.000Z (over 8 years ago)
- Last Synced: 2025-03-05T21:57:37.175Z (7 months ago)
- Topics: angularjs, client-server, communication, data, get, http-client, http-requests, http-response, http-server, post
- Language: HTML
- Homepage:
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-http-service
Use the $http service to retrieve data from a server using the
````
$http.get() method````
Use the retrieved data to render the page in your web application