Here is one question when i apply [disabled]="true" or [disabled]="false" . It won't work as of now.
I don't know what is the issue
<select formControlName="actionSelected" [disabled]="condition" >
When i inspect it shows ng-reflect-is-disabled="true" in the select.