I am trying to send a string from a child component to his parent component.
string
Here is the child :
//imports... @Component({ s
You missed $ prefix of the event. $event is a reserved word, so your data is visible to the event handler in the component markup only with name $event.
$
event
$event