Questions tagged as 'ionic2'

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

Error 'X-Frame-Options' to 'SAMEORIGIN' ionic2

I'm inserting an iframe in ionic2 imported from a url of a page I've tried some if I leave and youtube also but like the google or preincipal I have to place link do not let me leave this error: Refused to display 'http://soporte.estadistic...
asked by 19.03.2017 / 23:25
2
answers

Iterate with AngularFirestoreCollection object in Ionic

I would like to know how I can show the information contained in the attached image, because I have tried it in many ways but there is no way. I'm using cloud firestore, and for now I get the following: interface HourTask { inicio: string...
asked by 30.03.2018 / 13:23
2
answers

How to have two different side menus in two different pages with Ionic 2?

I'm making an application where in the root you should have a side menu with 3 buttons, and when doing a navCtrl.push() , in the second page you should have another side menu other than the page root H...
asked by 01.09.2017 / 06:23
1
answer

How is the ionic [style] directive used?

I once read in a documentation that you could use an ionic or angular style directive, I do not remember well, I just remember that it was like this: [style.width]='expresión' and I can not find the documentation, does anyone know how to...
asked by 23.09.2017 / 01:48
1
answer

Change color of an ionic button 2

I am trying to change the color of a button when it is clicked, I have managed to change all the buttons but I can not get it to only change the one I click. .html <ion-content padding> <button #button1 [color]="myColor" ion-but...
asked by 12.06.2017 / 23:23
1
answer

Change color of ion-item ionic

I'm trying to change the color of ionic-ionic item by clicking on it, I'm starting with angular and ionic and I do not really know how to do it. I know that it would be necessary to pass the id to the metedo click and once there to change it, bu...
asked by 27.05.2017 / 17:40
1
answer

Problem with Google Maps and Ionic 2. Missing plugin

Good morning, I'm trying to show Google Maps in my app on Ionic2. The following warnings are being given to me by console:    Native: tried accessing the GoogleMap plugin but it's not installed.       Install the GoogleMap plugin: 'ion...
asked by 07.04.2017 / 15:15
1
answer

'No provider for Http' error when making GET request - Ionic 2

I have a Runtime Error with the method get of Http and I do not know why, who can help me thank you, the error is as follows:    Runtime Error Uncaught (in promise): Error: No provider for Http!   Error: No provider for H...
asked by 24.05.2017 / 18:16
1
answer

Ionic 3 refresh the left menu after logging in

I need to show elements of the side menu according to the role of the user. then I look in app.html if the page shows the items corresponding to the role. but it does not show elements in the side menu just after logging in, but after updating t...
asked by 22.12.2017 / 05:40