I have a textarea and I want to hide the text of the textarea based on a condition
`<textarea class="form-control"
[ngClass]="{'pointer-events-none cursor-disabled' :
model.userPrivilage.canNewButNotEdit() }"
[(ngModel)]="model.repSetUp.DESCR" name="DESCR">
</textarea>`