Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 454 Bytes

ionic3_angular5_rest

Ionic 3 Consuming REST API using Angular 5 HttpClient.

To deploy:

-Clone this repository -Run 'npm install' -Install JSON Server by 'npm install -g json-server' -Start JSON Server by 'json-server --watch db.json' -Run 'ionic serve --lab' or 'npm run ionic:serve'

If you want to use free REST API testing endpoint from JSONPlaceholder, then replace "apiUrl = 'https://jsonplaceholder.typicode.com'" in 'providers/rest/rest.ts'.