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 3 Component vs Page

Can you tell me what is the difference between Component and Page generator in the Ionic 3 app? It seems I …

angular typescript ionic-framework ionic2 ionic3
Angular 2: EXCEPTION: Response with status: 0 for URL: null

I am trying to send a HTTP GET request from my Angular2/ionic2 app using http.get. The HTTP GET …

angular linkedin ionic2
How to get currently logged in auth state/user from angularfire2

I have an ionic2 app and am using Firebase and angularFire2. I'd like to get the current authentication state and …

firebase angularfire ionic2 firebase-authentication
Property 'value' does not exist on type 'ElementRef'

I have tried to set the value of #name1 as shown below.But it shows compile time error as shown …

angular ionic-framework ionic2 ionic3
How to import the jwt-decode type definition into Typescript (Ionic 2)

Just when I think I have the Typings in Typescript under control I come across something that proves the opposite. …

angular typescript ionic2 typescript-typings
Double Tap/ double click Angular2 & ionic

I am searching on many forums and questions, but nobody seems to ask how to double click ou double tap …

angular ionic2 directive angular2-directives double-click
Typescript Error Cannot find name 'google' in ionic2 when using googlemaps javascript API

I am following Joshua Morony's Getting Started with Google Maps in Ionic 2 video tutorial. I want to use google maps …

google-maps angular typescript ionic2 typescript-typings
Ionic directives VS Angular material directives with Ionic Framework

I want to use ionic with material design. I am stuck between using ionic directives with custom CSS and angular-material …

javascript angularjs ionic-framework ionic2 material-design
What is the purpose of the ionViewDidLoad() function?

On running ionic g page pageName I get generated .ts,.css and .html files. Inside the .ts file I have …

angular typescript ionic-framework ionic2 ionic3
Ionic2/Angular2/TypeScript: How to access a DOM element in a function 2016

I can't seem to find the 'correct' way to access a DOM element in an up-to-date way for: Angular2 + Ionic2 + …

typescript angular getelementbyid ionic2