Questions tagged as 'ionic'

1
answer

Can not read property 'name' of undefined

I'm creating an app on ionic It is an assistance app that has a service. And the html contains an ngfor and a {{note.name}} and when clicking on the names, I returned the error can not read property 'name' undefined Here I leave the code Home...
asked by 09.05.2018 / 03:11
0
answers

Error parsing JSON: Unexpected token in JSON at position

I have a problem with the development of an app, I saw something here like my case but they did not answer it. This is the error: SyntaxError: Unexpected token < in JSON at position 1 at JSON.parse (<anonymous>) at...
asked by 07.05.2018 / 18:22
0
answers

Make HTTP Request by Get in IONIC, to api de laravel sending token

Someone that please collaborate with me in how to make a request for GET, passing values by headers since I must send the authentication token. I try but I get the following error ERROR Error: "Uncaught (in promise): Error: StaticInjectorE...
asked by 08.05.2018 / 03:22
0
answers

Error creating Ionic project

I was following some tutorials to install node.js with Ionic, and when creating a new project, I get 1 error (supposedly) when creating the project ... Literally, the text followed by what goes through the terminal .. the project...
asked by 10.05.2018 / 06:21
0
answers

create multipart / form-data form to send data

I am trying to create a form in ionic 3 to send data from a form, the form contains an image and it is sent to an api-rest that I have listening to with flask, the case is that I do not know how to do this with ionic but I would be very useful,...
asked by 08.05.2018 / 21:38
1
answer

It does not show changes in Ionic 1

I am working on a project developed in Ionic 1 and I find that when I modify the code, none of the changes made are applied. Any idea why it does not show any modification? Thanks !!     
asked by 26.04.2018 / 09:46
1
answer

How do I setInterval with Ionic?

My problem is that I do not know how to do a setInterval on Ionic3. I put the following in the .ts of my page: export class ClickerPage { public dinero=0; public produccion=1; constructor(public navCtrl: NavController) { setInterval(functi...
asked by 22.04.2018 / 20:58
1
answer

Error when importing Ionic page

The page that I want to import works very well in a page that calls it in a previous event (Login) but now I can not import any, it is as if it were truncated in project When I want to import a page into another predefined page in app.module...
asked by 17.04.2018 / 14:45
0
answers

Pushing an object to an array AngularFire2

I have a database in which I would like the data to be saved as follows: Books: {Object that pusheo} {Object that pusheo} ... That is to say, to treat it as if we were talking about an array in order to be able to go through these el...
asked by 11.04.2018 / 12:59
1
answer

Wait Time localstorage

I am working on an app in ionic 3 and when doing the login you must load several variables in the localStorage to use in the home, the problem I have is that after passing the login it enters the home quickly and does not load anything because t...
asked by 12.04.2018 / 20:39