Hello all, I use chrome to quick develop an ionic project (with the command, ionic serve). I also install the chrome plugin "all-control-allow-origin" in my chrome. However, I still have a problem to use the http get api to retrieve the data from the net. Is there any successful example available for me to test this? (with real http address, not the http://localhost:3000/api/endpoint one).
Thank you