HTTP request in ionic2

How to implement HTTP request in ionic2. can i implemnet as it is in angular 2 .Please suggest, i didnt found the documentation for implementing HTTP in ionic2

Take a look at the conference app: https://github.com/driftyco/ionic-conference-app

Under Use Cases there is a section on Using Angular HTTP for JSON:

https://github.com/driftyco/ionic-conference-app/blob/master/www/app/service/data.js#L22-L26
https://github.com/driftyco/ionic-conference-app/blob/master/www/app/schedule/schedule.js#L15-L18

A few things to note:
Both Angular and Ionic are still in alpha and this code may change.
The conference app is still in development and may be in a broken state.

1 Like

Ok . Thanks a lot . I will check and get back to you.

Thanks I tried that but i am unable to do that . Then i try to run https://github.com/driftyco/ionic-conference-app this one but that also getting error while running.