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

ionic 2 - Error Could not find an installed version of Gradle either in Android Studio

I create ionic 2 project and add diagnostic cordova plugin like this : ionic plugin add cordova.plugins.diagnostic npm install --save @…

cordova ionic2 android-gradle-plugin cordova-plugins
How to convert date into this 'yyyy-MM-dd' format in angular 2

I want to convert current data into 'yyyy-MM-dd' format in .ts file. i template it can easily be done by …

angular ionic2
Component is part of the declaration of 2 modules

I try to build an ionic 2 app. When I try the app in the browser with ionic serve or launch …

angular build ionic2 declaration ionic3
How to iterate object keys using *ngFor

I want to iterate [object object] using *ngFor in Angular 2. The problem is the object is not array of object …

angular ionic2
Error: Cannot find module '../lib/utils/unsupported.js' while using Ionic

I always get this error message when I run "Ionic start project name": Error message Running command - failed![ERROR] …

node.js ionic-framework ionic2
Adb install failure: INSTALL_CANCELED_BY_USER

I try to install app via adb and get a error: $ ./adb -d install /Users/dimon/Projects/one-place/myprogram/platforms/…

android adb ionic2
Ionic 2: Cordova is not available. Make sure to include cordova.js or run in a device/simulator (running in emulator)

I just set up my first ionic 2 app (I've used ionic 1 fairly extensively). I'm trying to use the ionic-native camera …

cordova ionic-framework camera ionic2
How to set dynamic id in *ngFor?

How to set dynamic id in Angular 2? I have tried: <div class = "CirclePoint" *ngFor="#c of circles" id = "{{ 'Location' + …

angular ionic2
Correct way to use image assets in Ionic 2

What’s the best practice for image assets in Ionic 2? I have a bunch of SVGs I want to use …

angular ionic-framework ionic2 ionic3
Cannot read property 'native-element' of undefined

I am using ionic 2. I need to get HTML element value. Actually, I used viewchild. Here is my html template …

angular typescript ionic2