how to work with reactive forms in angular medium code example
Example: standalone form inside reactive form
<input type="password" [(ngModel)] = "password" [ngModelOptions]="{standalone: true}" />
<input type="password" [(ngModel)] = "password" [ngModelOptions]="{standalone: true}" />