Posts by vdschuck • 31 points
5 posts
-
0
votes3
answers7675
viewsA: Angular 6 - Ngfor only Supports Binding to Iterables such as Arrays
My problem was mapping the data that came from the api to the variables that were in my model. In the api the data was coming in Portuguese and in my model was in English. So I was able to specify…
-
0
votes3
answers7675
viewsQ: Angular 6 - Ngfor only Supports Binding to Iterables such as Arrays
Error: Cannot find a differ supporting Object '[Object Object]' of type 'Object'. Ngfor only Supports Binding to Iterables such as Arrays. I have model: import { Classroom } from…
-
1
votes1
answer1611
viewsQ: Mysql UPDATE with JOIN and WHERE
My tables EMPREGADO Cod_Emp, Nome_Emp COMPANHIA Cod_Comp, Nome_Comp TRABALHA Cod_Emp, Cod_Comp, Salário, Cod_Emp_Supervisor I want to give a 10% increase to all company supervisors' test'. UPDATE…
-
0
votes1
answer2643
viewsQ: Open multiple tabs on a Javascript link
This script is to open two tabs or more in the browser on a single link. Clicking on the link opens only a new tab and the other is blocked as pop-ups by the browser. How do I not block? Or there is…
-
-1
votes2
answers194
viewsQ: Schedule of commitments using fetchAll(PDO::FETCH_NAMED)
I am using fetchAll(PDO::FETCH_NAMED) to retrieve records from my database. received the following array Array ( [0] => Array ( [idAgenda] => 2 [dataAgenda] => 1996-02-14 [localAgenda]…