Ionic JSON – getting local JSON data
In these articles, we will retrieve static JSON data from the ionic project. We are not using the angular http service component to retrieve local a static JSON. Just for a simple example file to use fetch function of javascript to retrieve JSON data. The Fetch API is a newer built-in feature of JavaScript that […]