https://github.com/davidbuck/ionic-angular-rest-example
This is a simple Ionic Angular example showing how to consume a restful API
https://github.com/davidbuck/ionic-angular-rest-example
angular-10 ionic-5
Last synced: 4 months ago
JSON representation
This is a simple Ionic Angular example showing how to consume a restful API
- Host: GitHub
- URL: https://github.com/davidbuck/ionic-angular-rest-example
- Owner: DavidBuck
- License: mit
- Created: 2020-04-17T10:21:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T10:41:48.000Z (over 2 years ago)
- Last Synced: 2025-06-20T17:50:49.199Z (6 months ago)
- Topics: angular-10, ionic-5
- Language: TypeScript
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic Angular Rest Example
This is a simple [Ionic Angular](https://ionicframework.com/docs/angular/overview) example showing how to consume a restful API.
Run `npm run start` to start the JSON server and the Ionic client.
This version uses @ionic/angular 5.4.0 & @angular 10.1.6.
## Tools
- [JSON Server](https://github.com/typicode/json-server)
## Versions
- [Version 1.1](https://github.com/DavidBuck/ionic-angular-rest-example/tree/v1.1) - Angular version 10.1.6.
- [Version 1.0](https://github.com/DavidBuck/ionic-angular-rest-example/tree/v1.0) - Angular version 9.1.2.