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).

Reminder/Alarm in ionic 2

I am trying to implement reminder/alarm after a certain period of time in ionic2.I have found this plugin …

android cordova ionic-framework ionic2 reminders
Using TouchID on emulator

I'm trying to use TouchID within my Ionic 2 app. I have an iphone 5c, so I can't test it on …

ios ionic2 emulation touch-id
Ionic serve not working in Ionic 3

My Ionic info: cli packages: (/usr/lib/node_modules) @ionic/cli-utils : 1.9.2 ionic (Ionic CLI) : 3.9.2 global packages: Cordova CLI : 7.0.1 local packages: @…

ionic-framework ionic2 ionic3 ionic-cli
How to use Observable with Async pipe inside Angular2 click function

Situation: I am using FirebaseObjectObservable to populate my Ionic 2 (rc0) template. Template code: <p>{{(course | async)?.description}}</…

angular ionic2 observable angularfire2
Importing moment.js

I am following this example how to import and use moment in Ionic 2 RC5. But it cant find the file. …

ionic2 angular-moment
Ionic2 How to use JQuery Plugin in Page

I'm a newbie of ionic 2, i create project and need to jquery plugin link colorbox, slick-carousel... I've run the command …

jquery typescript angular ionic2 slick.js
*ngFor object attribute undefined

I'm starting on Angular 2 coming from Angular 1, and I can't figure how to use ngFor on an object's attribute. this.…

angular ionic2 ngfor
how to create, read and write file in ionic native

I am looking for file operation like create, read and write text or logs in to file, i have a …

angular typescript ionic2 ionic3 ionic-native
How do I in ionic 2 pass data from a modal with a form on, to the home page?

Hi there can anyone help out. I am new to Ionic and Angular. I am trying to create a weather …

forms angular model ionic2 two-way
Typescript error Property does not exist on type

I am new to angularjs 2 and ionic 2. I am working with angularjs form with Validators, FormControl and FormGroup. Everything is …

angular typescript ionic2 angularjs-forms