Ionic3-Angular4 : Gets all countries and information.
To Run locally:
- Clone this git.
- Run 'npm install'
- Run 'ionic serve -l'
On the real device, we have to modify default config.xml to make API calls without error.
Add this preference.
<preference name="loadUrlTimeoutValue" value="700000" /><p>