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 to create login in ionic 2 with show/hide password

I wanted to create a design like this using ionic 2 -> https://codepen.io/Floky87/pen/bVopyZ Which is …

typescript login ionic2 passwords show-hide
AngularFire2 - Cannot find module @firebase/database

I've installed and used AngularFire2 a lot of times for projects, but since the release of v5, I can't set …

firebase ionic-framework ionic2 angularfire2
Using font-awesome in ionic 2

How can i use fontawesome with ionic 2, i've following this tutorial but it's not working.

icons font-awesome ionic2
Ionic 2, Using Angular 2 Pipe breaks on iOS—"Can't find variable: Intl"

Experiencing the same problem with the date, percent, and currency pipes when using them in a template— For example, I'm …

ios angular ionic-framework ionic2
whats the correct way of inserting label in an Ionic FAB list

i want to insert a label so that matches every FAB icon on the Fab list whats the correct way …

ionic-framework ionic2 ionic-view
Show pager dots on ion-slides ionic component

I'm trying to create a slider component inside a page in an ionic 2 app. I've gotten it to work as …

ios ionic2 ion-slides
Error TS4053: Return type of public method from exported class has or is using name ‘Observable’

i'm trying to build app with ionic 2 & angular 2, i get this error while i try to run my app. …

angular typescript ionic-framework ionic2 ionic3
Ionic 2 / Ionic 3 : How to get current location of a device

None of the answers on stackoverflow worked for me. A lot of them are for Ionic 1 or those answers are …

android ionic-framework google-maps-api-3 ionic2 ionic3
Identifier refers to a private member of the component

.html <offline-picks *ngFor="let pick of pickData" [data]="pick"></offline-picks> .ts export class OfflineArticlesPage { private pickData: …

angular typescript ionic2 ionic3
Ionic 2 - global NavBar for the app

In Ionic 1, we have the ability to define an <ion-nav-bar> above an <ion-nav-view>, which serves as …

angular typescript ionic-framework ionic2 ionic3