Questions tagged as 'ionic2'

1
answer

I have an error with [(ngModel)] in an ionic 2 application

I have an error and I do not know what is wrong My code is as follows: Html <ion-col col-12 class="informacion flex" *ngFor=" let edad of edades; let i=index "> <ion-input class="" [(ngModel)]="edad" type="text" placeholder="...
asked by 19.09.2017 / 05:22
1
answer

Import $ http in constructor ($ http is not defined)

I am trying to make a request AJAX from Ionic , I have this html: <ion-header> <ion-navbar> <ion-title> Prueba AJAX </ion-title> </ion-navbar> </ion-header> <ion-conten...
asked by 10.07.2017 / 22:20
1
answer

How to select an html element for the id from the ts with Ionic?

I need to select the instance of a html element for its id from the ts of a page of ionic , how do I do this?     
asked by 16.08.2017 / 23:09
1
answer

Consume json from php backend

I am continuing a project that I started at the institute and I would like to perfect it for my degree, more than a doubt I would like to receive suggestions since in the first instance the project was developed in laravel and it fulfills its ob...
asked by 21.03.2017 / 01:34
1
answer

Ionic error, when trying to compile with ionic serve

I get the following error:    declared by the module 'AppModule'. Please add to @ Pipe / @ Directive / @ Component annotation Where app.module.ts : import { NgModule, ErrorHandler } from '@angular/core'; import { BrowserModule } f...
asked by 11.10.2018 / 22:13
1
answer

create URL to redirect to a mobile application

how a URL is created to redirect to a mobile application. The url is sent to gmail or hotmail. But how do you create it? I have searched the internet but none works and others are very tangled. I'm creating the url from a php api.     
asked by 13.12.2017 / 17:47
1
answer

Ionic 2, do you use Angular 2 or AngularJS?

I understand that Angular is not the same as AngularJS , and that there is a lot of confusion regarding this topic on the Internet. For this reason, it gives me more confidence to ask the following question here, before searching for informat...
asked by 28.11.2017 / 16:22
1
answer

IONIC 3 - sqlite3_step failure: can not rollback - no transaction is active

I have this error for a few days, if someone knows that it should be very much appreciated the help. This apparently at the time of loading the storage.     import {Injectable} from '@ angular / core';     import {Http, URLSearchParams}...
asked by 05.11.2017 / 10:28
1
answer

POST with URLSearchParams (); It does not work

Hello I try to make a post for a login and I do not send the data, this is the code .. IONIC import { Injectable } from '@angular/core'; import { Http } from '@angular/http'; import 'rxjs/add/operator/map'; import { URL_SERVICES } from '../.....
asked by 18.10.2017 / 20:36
1
answer

I get an error when creating a project

I'm working with Ionic, it gives me an error when creating a project, I show image.    Git CLI not found on your PATH. It must be installed to connect this app to Ionic.     
asked by 18.09.2017 / 22:34