#@Output
1 messages · Page 1 of 1 (latest)
Hello, indeed your parent component is not listening to events from your child component : https://angular.dev/guide/components/outputs
Sorry for the inconvenience, but how can I activate or receive the data when it is sent? I don't understand
Your child is already emitting an event with EventEmitter. But how does your parent knows about it?
creating a function in the parent that takes the values when called?
You can find a more appropriate and isolated example with the offical tutorial :https://angular.dev/tutorials/learn-angular/output
tnk u