Angular to display some content based on radio button selected
I have two radio buttons. When I select “Partially paid”, then input element formControlName=”paidamount” will be displayed in screen along with <div class=”formGroup”. I have used binding, but this is not working.