I have a form with radio buttons from Angular Material inside a parent component, I get the values of the radio buttons and send them to the parent component, that works fine, but I need to show a different content depending of what the user choose but not my code is not working. What can I do?
I tried with *ngIf but no success.