Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T02:30:18.000Z (over 2 years ago)
- Last Synced: 2023-03-01T00:11:19.524Z (almost 2 years ago)
- Topics: angular-10, ionic-5
- Language: TypeScript
- Homepage:
- Size: 765 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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.