I want to put a value inside an input.
this is what I did:
<input [value]="example" [(ngModel)]="phaseToUpdate.phaseName" type='text' >
and usually it's working but I think it is not working right now because this input is inside a modal.
any suggestions what do to ?