To create a hybrid application from HTML/CSS/JS there are lots of options such as ionicframework, onsen.io, monaca.io what about creating angular2 web app to hybrid app?. When it comes to building a mobile app using super cool technology such as HTML CSS3 and javascript only one name comes in the mind Cordova. “ Target multiple platforms with one […]
Category: Mobile Development
If you want to use loader spinner to show while HTTP call is in progress or in some other time-consuming activity. You can use ionic’s loading component, shown here We can use same loading component as service in a convenient way. Let’s create loadingService.ts as below. View the code on Gist. Then inject loadingService in your […]