Posts by Marcos Fernandes • 61 points
10 posts
-
0
votes1
answer75
viewsQ: View api with Ionic
Good afternoon to everyone, I am consuming an api, but I can not display it in my template, it is consumed, appears on the console, but I can not in the template. Component : import { PaisesProvider…
-
1
votes0
answers42
viewsQ: Customer asking the same amount 2 times
I am making a distributed system, and the customer is asking for the same amount several times. Follows class Cliente: import java.awt.HeadlessException; import java.rmi.Naming; import…
-
1
votes0
answers17
viewsQ: Error picking Phase name - IONIC
Good evening, I am developing an app in Ionic, I created the function to check the correct answer, but in the line that would appear the area being displayed…
-
1
votes1
answer119
viewsQ: Hide navigation arrow - Ionic
Good Afternoon I have a problem and I need to know how to hide the return arrow (navigation) in some specific pages, someone has some solution. Thanks in advance
-
1
votes0
answers61
viewsQ: Alert Scrollbar - Ionic
Good Afternoon I would like to know how to get the scrollbar from the Alert presentConfirm() { Let Alert = this.alertCtrl.create({ title: 'Leaving the App', message: 'Are you sure you want to quit?…
-
1
votes1
answer23
viewsQ: Button directing to visited page
Good Afternoon I have a problem with Ionic, I have a boot that is directing to my home page. Since when I direct, the Home Page appears as if I was already visited, the arrow appears to return. What…
-
0
votes0
answers43
viewsQ: Client is not increasing
I’m making a distributed system with 2 clients. Being that you are asking the same values for both, and not putting the other waiting. import java.awt.HeadlessException; import java.rmi.Naming;…
javaasked Marcos Fernandes 61 -
0
votes3
answers425
viewsQ: Consume api - Angular
Good night I’m consuming a film api at Angular. However I can not display in the template, the console.log is showing right, but I can not pass the value to template My Component : import {…
-
1
votes4
answers259
viewsQ: Error While Consuming Api at Angular
Good Afternoon I’m consuming an api (Pokemon), But it doesn’t work, Pokelistgemcomponent.html:6 ERROR Error: Cannot find a differ supporting Object '[Object Object]' of type 'Object'. Ngfor only…
-
0
votes0
answers69
viewsQ: ERROR 404 - IONIC
Goodnight It’s giving 404 error all the time. Does anyone have any solution ? My tabs do not appear. I have tried to comment on all tabs code, and also all reference related to tabs in the code.…