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

How can i easily concatenate typescript variable with string in html tag

This is my html code with ionic 2 <ion-item *ngFor="let job of allFreeJobs;let elementid=index"> <p&…

angular typescript ionic2
Ionic - Google places and Autocomplete location

I have work on the project on Ionic 2 and I have implemented the map so far, but I can not …

javascript google-maps ionic-framework ionic2
Use ViewChild for dynamic elements - Angular 2 & ionic 2

I want use multiple IonicSlides that I added thease dynamically, So I can't use viewChild . please suggest a way for …

javascript angular ionic2 viewchild
How to remove the padding around ion-item?

I want to remove padding from my ion-item so that it can occupy the full width of the page. Please …

html css ionic-framework ionic2 ionic3
Ionic build android, Error: spawn EACCES

If I follow this steps to create a new app: Rubens-MacBook-Pro:~ rlopez$ npm install -g cordova ionic Rubens-MacBook-Pro:~ rlopez$ ionic …

android macos ionic-framework ionic2
Merging http observables using forkjoin

I'm trying to avoid nested observables by using forkjoin. The current (nested) version looks like this: this.http.get('https://…

angular typescript ionic2 observable
Property binding ngForIn not used by any directive on an embedded template - Ionic 2

Trying to run a *ngFor within the html like this. But, this error shows up. Property binding ngForIn not used …

angular ionic2
Where do Images go in IONIC 2

I am just getting started with Ionic 2. I have created an img file in app inside it is a file …

ionic-framework ionic2
Ionic 2 + Angular 2: Images prepended with 'unsafe:' therefore not displaying even though they're fine

For some reason, some of my images are being prepended with 'unsafe:', which is causing them not to be …

image angular ionic2
Disable swipe to view sidemenu ionic 2

I'm using a sidemenu ionic 2. when I swipe this page from left to right the side menu slides out i …

angular typescript ionic-framework ionic2 ionic3