Questions tagged as 'ionic-framework'

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

Cycle for in Ionic view?

I had a question and that is that I want to print an element in the ionic view a number of times according to a numeric variable let's say: public numero = 4; then in the view try doing a kind of cycle with *ngFor but w...
asked by 21.05.2018 / 14:11
1
answer

Problem Generating APK on Android with Ionic 3

Greetings fellow stackers, this time I'm studying the Ionic framework, reviewing the basic projects that the framework allows you to create by default with console commands. Using Visual Studio Code 1.21.1, as Android 7 base platform and with Ion...
asked by 11.04.2018 / 06:31
1
answer

error to consume api rest from ionic

I have a rest API created in laravel and when I try to consume it from ionic it generates an error that I have not been able to solve. I have thought of placing a condition that when the route is api I throw the data in json otherwise I send the...
asked by 05.02.2018 / 01:57
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

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
1
answer

How to do a re-render to an Angular 4 component?

I'm starting with ionic and I have a menuToggle that is shown only if the user is logged in, the conditional is in the template of the menu and I use the * ngIf="login" to determine if it is displayed or not, but I could not Once the user logs i...
asked by 31.07.2017 / 18:57
2
answers

error when installing ionic

I have a problem in the installation of the ionic library: I write in the terminal ... npm install -g cordova ionic and the terminal returns me: npm WARN deprecated [email protected]: Use uuid module instead /usr/local/lib └─┬ [email protected]...
asked by 28.07.2017 / 18:03
0
answers

Call ionic function from jquery

I have a question I do not know if it is possible ... I want it I want to do it since jquery I have some variables that I want to send to an ionic 3 function, I do not know how to do it ... I hope you can help me     
asked by 05.12.2018 / 18:09
1
answer

geolocation error timeout expired, leaflet library and ionic 3?

I ran in the browser and the code of the following link works: link However when installing on the device I get the following error: "geolocation error timeout expired" Does anyone know why this happens?     
asked by 12.11.2018 / 16:48