Gunakan ngmodel di FormGroup

 <input type="password" [(ngModel)] = "password" [ngModelOptions]="{standalone: true}" />
Condemned Capybara