Questions tagged as 'ionic2'

0
answers

Direct from one view to another using ng-click on Ionic

Good morning, I would like to know how to redirect this view when I click to go to each of the menu options.              Custom Notes                          {{note.title}}                 
asked by 11.01.2017 / 17:01
1
answer

Ionic 2 - Menu items, first item does not appear

I created a blank project in version 2 of ionic, added two pages with HomePage and Page1 and 2 and intended to show a list of the pages in the menu implemented in the code of the app.component import { HomePage } from '../pages/home/home'; imp...
asked by 28.01.2017 / 19:02
1
answer

What is the implementation in ionic 2 to avoid code repetition?

I have a "tab" and would put it in the header, but I would like this "tab" and its elements were the same for all screens, as well as some .scss design. What is the best way to do this type of implementation?     
asked by 26.12.2016 / 01:51
1
answer

Request HTTP ionic 2 GET

Good afternoon guys, I use ionic 2 and how can I make a request get (without provider nd only in class ts)? I just need you to take what is written on the page and display it on an alert. How can I do this?     
asked by 14.11.2016 / 16:19
1
answer

IOnic 2 error http request

I need to make a request to a webserver on ionic 2 and I have the following code: constructor(private navController: NavController, public http: Http) { var url = 'http://localhost/APIPortManager/teste.php'; var response =...
asked by 19.11.2016 / 12:18
1
answer

Use Ionic 2 for Windows Phone / Windows Universal applications?

It is a recent question that I have, I want to start development with Ionic , but as my main platform is Windows Phone , I want to know if the framework gives support for compilation for the platform, and how to add this platform in a p...
asked by 04.08.2016 / 06:21
2
answers

Ionic2 root nav

I'm developing an application in Ionic 2 and the first screen Page1 and I run: this.app.getRootNav().push(Page2) My problem is that when I click the back button I want to execute the ionViewDidEnter() method of Page1 . It onl...
asked by 17.10.2017 / 01:39
0
answers

Ionic 2 Reading json

Personal I'm trying to read a json in ionic, I created the service as follows: link my class is like this link and my json is like this: link But my class alert only returns undefined ... How can I fix it? Thanks     
asked by 20.11.2016 / 13:23
1
answer

Changing DateTime properties - Ionic3

I'm developing an application with ionic 3 ... And I wanted to know how to change the properties "Cancel" and "Done"     
asked by 25.09.2018 / 14:24
1
answer

Bad Request 400: When accessing API with Ionic 3

I'm getting my Bad Request 400 response to my API call in my console: Myapp.api.tsintheappfolderis:exportconstMEAT_API='http://localhost:1337'Andmymaincodeis:submit(){varlink='http://localhost:1337/user/login';vardata='?email='+JSON.stringif...
asked by 19.06.2018 / 20:06