I need help for applying disable validator on nested form.
Please check this stackblitz link
I want to disable “address” control. But it’s not working. Even the console is also not printing.
Please note: I want to make it disable only using the “@disable” decorator.