Posts by Rafael Campolina • 21 points
4 posts
-
1
votes1
answer79
viewsA: Use parent component function in angular child component
You need to create a service. Use the ng g s command /. Once done, in your service you will put the logic of your function and import it into the parent and child component as follows: Service:…
-
0
votes2
answers63
viewsA: How to select CNPJ higher billing? - SQL -
According to your question I made a solution, you said you want the economic code and address of the company with the highest turnover, however two companies may have the highest turnover, this may…
-
0
votes1
answer46
viewsA: I cannot add an item to an array
Some considerations, stop this case have no return, so your additional function does not need to be returned to the variable this.additional, can declare the funciotion normally. In this case it may…
-
1
votes1
answer213
viewsA: REST API Consulting another API
Your question is vague, but I will illustrate a way to do this, in the example I will assume that you can connect and consume this cloud API since you did not mention having doubts in it. Briefly…