Top "Ionic2" questions

Ionic 2 is the next generation of Ionic, the open source SDK that enables developers to build performant, high-quality mobile apps using familiar web technologies (HTML, CSS, and JavaScript).

typeof XService is not assignable to type 'FactoryProvider'. Property 'provide' is missing

I have an Angular 2 NgModule in a Ionic 2 mobile app defined like so: @NgModule({ declarations: [ MyApp, HomePage, ], imports: [ IonicModule.forRoot(…

angular ionic2 pouchdb
Generic type 'ComponentRef<C>' requires 1 type argument(s)

Unable to remove dynamic components in ionic-2. It’s saying exception while typescript compile “Generic type 'ComponentRef' requires 1 type argument(…

angular ionic2 angular2-components
Swiper slides - showing end/start of previous/next slides like Airbnb Slider?

Above is the slider from Airbnb. Is there a way to get a similar effect with Swiper? For the first …

mobile angular slider ionic2 swiper
What causes this Android APK Upload error: "Non-upgradable APK"

I have an Android APK in the Google Play store with an Target SDK of 23. I have released a new …

android ionic2 google-play apk
Ionic 2 - Slider - show part of second slide item

I want to show part of the second slide item, but don't know how to do it. This is what …

angular ionic-framework ionic2 ion-slide-box
Ionic 2 and ng-model

I truly feel as an early adopter because Google couldn't find a way to fix my issue :) I'm somehow getting …

angular ionic2 angular-ngmodel
How to compare a string password with laravel Encrypted Password

I Had first created a Web Application in Laravel.Now I am working on its mobile Application using Ionic Frame …

php laravel-5 ionic2 password-encryption
Ionic2 authentication firebase

I am creating a system of authentication by number of cell phone in ionic 2, for that I use the google …

cordova firebase ionic2 firebase-authentication phone-number
How can I remove border in ion-card in ionic?

I've try many way to remove the border in my ion-card, but it not successfully. Please help me. Here is …

angular ionic-framework ionic2 ionic3 ionic-view
How can I listen for modal close event?

I need to know when my modal has been closed. There doesn't seem to be an explicit way to do …

ionic2 modal-dialog addeventlistener