I have a form with radio buttons from Angular Material inside a parent component, I need to get the values of the radio buttons, send them to the parent component and then show a different content depending of the radio button selected. I know that I need to use @output to send data to the parent component but my code is not working. Any ideas?