Hello,
I want to disabled and enabled control (ejs-uploader) based on condition. I need two way binding like this
<ejs-uploader #fileUploader [dropArea]='dropElement' id="ejs-uploader-{{this.controlId}}"
[disabled]="trueConditon" [multiple]="isAllowMultipleFiles">
</ejs-uploader>