Posts by Geovana Ribeiro • 64 points
2 posts
-
1
votes3
answers67
viewsA: I’m having trouble developing my code
This exercise can be done in many ways and I’ll show you some of them, starting with the one you’re trying to solve: The first step is to define a variable for you listaDeGanhos and an empty array…
javascriptanswered Geovana Ribeiro 64 -
3
votes1
answer1679
viewsA: How to call functions of the parent component in the child component?
You can do this using the EventEmitter angular. Add a Event Binding to the element of âncora: son.componentts. @Component({ selector: 'app-componente-filho', template: `<a…