Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ionic2

Property 'x' Is Private And Only Accessible Within Class 'y'

I have this piece of code: import { Component } from '@angular/core'; import { NavCo… Read more Property 'x' Is Private And Only Accessible Within Class 'y'

Ionic 2 Syntax Error While Compiling Typescript

While following the tutorial here I get to the point where I am getting a syntax error while compil… Read more Ionic 2 Syntax Error While Compiling Typescript

Ionic 2 And Json Data Addition

I am working with Ionic 2 Storage to persist form data. I save the data like this: this.storage.set… Read more Ionic 2 And Json Data Addition

How To Use Timetable.js In Ionic2 Typescript

Is it possible to use timetable.js in ionic2 project? http://timetablejs.org/ I tried to create tim… Read more How To Use Timetable.js In Ionic2 Typescript

Ionic 2 : Get The Header Of A Response In Http Request

I want to have some information about the response when I request an API with http in Ionic 2 / Ang… Read more Ionic 2 : Get The Header Of A Response In Http Request

How To Close Ionic2 Datetime Popup Without Clicking Cancel Button

In an Ionic 2 project, I need make the user logout after a certain idle timeout. While doing so, I … Read more How To Close Ionic2 Datetime Popup Without Clicking Cancel Button