I tried to update the input field using ngModel:
<input type="text" #fsect="ngModel" [(ngModel)]="fsec" />
But the value is not updated inside a <mdc-dialog>
.
I have imported FormsModule in app.module.ts file. But then also I am having issue.
NB: I am using Angular 6
Any possible solution!