change value of disabled in action items dynamically in angular code example
Example: disable input angular
<input [readonly]="this.isEditable"
type="text"
formControlName="reporteeName"
class="form-control"
placeholder="Enter Name" required>