Questions tagged as 'ionic'

1
answer

I have an error when compiling a project on ionic1 [closed]

My problem is that when I compile the application, it does not generate the apk, but neither does it generate any errors who can help me.     
asked by 19.07.2017 / 19:52
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
1
answer

$ http.get does not work on IOs with IONIC

Simple as the title suggests: I have a development made in IONIC 1 where it executes correctly "$ http.get", works perfect for Android, but not for IOs, it just does not throw any errors just does not execute "$ http.get". The code portion...
asked by 23.08.2017 / 03:24
1
answer

How to make a pipe filter in Ionic 2?

In the version of Angular 2 they removed the pipe Filter that filtered any coincidence in any property of a list of objects, in the documentation it says that if you need a pipe Filter that we manufacture it, but I do not know how...
asked by 27.06.2017 / 20:09
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
1
answer

How can I remove and put a class with a toggle using ionic 2?

I want a div to have a specific class when a toggle is in True and you remove it when the toggle is False using ionic 2 . Once I saw in a tutorial that they used a condition with the ng-class directi...
asked by 14.06.2017 / 00:29
1
answer

Configure Ionic proxy

When executing ionic start Aplication_mobile blank Error when downloading the template Fetching app base (https://github.com/driftyco/ionic2-app base/archive/master.tar.gz) ✖ Downloading - failed! Error: connect ETIMEDOUT 192.30.253.113:...
asked by 23.05.2017 / 15:22
1
answer

Replace invalid data

I'm working on an input that can only accept Numbers Letter K (uppercase or lowercase) middle script (-) I have the following regular expression /^[Kk0-9-]+$/ to make only these types of data accepted. What I need is that every...
asked by 21.04.2017 / 17:07
1
answer

Ionic Components do not work

Good morning, everyone. I'm starting an app with Ionic. And I'm trying to use the components that Ionic brings by default from code.    link I understand that I need to import some type of library or similar since it currently does n...
asked by 27.03.2017 / 16:46
1
answer

ionic2 make a query to an api when the view loads

I want to make the query to an api xxxxxx / yyy, just load a view, the problem is that when the page loads I do not receive an answer. This is my code. example.ts ionViewWillEnter() { this.chats.push("Hola prueba del chat"); t...
asked by 06.02.2017 / 01:06