Questions tagged as 'ionic'

2
answers

I can not install the angular cli nor the Ionic in Linux UBuntu 16.04

I'm using ubuntu 16.04, it's been a while since I want to install angular cli, probe with the command npm install -g @angular/cli I get an error like this in the terminal: pm WARN checkPermissions Missing write access to /home/juans...
asked by 04.06.2018 / 18:16
2
answers

call function from Google map InfoWindows on ionic?

I'm trying to call a function from an InfoWindows in the Google Maps API, but it shows me the following error:    (index): 1 Uncaught ReferenceError: ir is not defined       at HTMLButtonElement.onclick ((index): 1) It seems that the i...
asked by 31.05.2018 / 12:45
3
answers

I do not see the "www" folder in the project folder

I'm following a ionic tutorial on how to do your first App and I do not see the folder "www" that contains the folders "css", "img", "js", "lib" and "templates". If you see the video at 1:57, on the left you see those folders appear. I do not...
asked by 09.04.2018 / 14:40
1
answer

Implement Http Headers in Ionic-Angular Project (Enable Cors in Api Rest)

I am trying to consume an ApiRest, but because they added a token validation, I can not consume it. Before they added that validation, if it managed to consume it correctly. As you have to send the token, I can not consume it. The error is as...
asked by 02.10.2018 / 19:55
2
answers

Difference between ion-item and div class="item" ionic

I would like to know what difference there is between using one versus the other, because you see it in the style documentation ( css ), and the other one in < strong> javascript . What advantages one has over the other when creating the...
asked by 26.02.2016 / 17:02
2
answers

Comment in bash

I have an Ionic v1 application, where I have some hooks to work with gulp. The hook is: #!/bin/bash gulp dev When I make a ionic run android I get the error    "bash" is not recognized as an internal or external command,   program...
asked by 04.08.2017 / 16:50
2
answers

Error compiling using ionic build android

I am developing a hybrid application using ionic framework , but I began to notice some errors when viewing the views in chrome, it was that I did not let me reflect more changes made at the level of code in the views; then I happened to fire...
asked by 09.03.2016 / 22:26
2
answers

Error installing Cordova with npm in Windows 10

When executing in console (cmd) npm install -g cordova I get the following error: npm ERR! Unexpected end of JSON input while parsing near '...:"^4.3.x","shelljs":"' npm ERR! A complete log of this run can be found in: npm ERR! C:\...
asked by 06.06.2018 / 03:17
2
answers

"ERROR TypeError: Object (...) is not a function" using AngularFirestore and firebase

I want to use Firebase and angularfire2 in my app, the first thing I did was install it with: npm install firebase@latest angularfire2@latest --save Then I added the statements: In environment.ts export const environment = { produc...
asked by 16.05.2018 / 22:50
1
answer

Error when using limitTo as a filter in ionic 2

I have a problem and I want to limit the number of letters that a property of an object represents using limitTo , I get an error    Error: Uncaught (in promise): Error: Template parse errors: The pipe   'limitTo' could not be found ("c...
asked by 23.06.2017 / 19:25