https://github.com/nathanwalker/sample-ng-http
Angular 2 HTTP sample: web + mobile
https://github.com/nathanwalker/sample-ng-http
Last synced: 11 months ago
JSON representation
Angular 2 HTTP sample: web + mobile
- Host: GitHub
- URL: https://github.com/nathanwalker/sample-ng-http
- Owner: NathanWalker
- Created: 2016-02-05T01:45:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T14:30:25.000Z (over 10 years ago)
- Last Synced: 2025-06-01T13:05:25.597Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 741 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular 2 HTTP demo
This repo contains two projects using the Angular 2 `Http` service:
- web: a web app that fetches data from a JSON API.
- mobile: a NativeScript mobile app that does the same.