primeng dropdown formcontrolname setvalue

Solutions on MaxInterview for primeng dropdown formcontrolname setvalue by the best coders in the world

showing results for - "primeng dropdown formcontrolname setvalue"
Silvana
07 Aug 2019
1this.myFormGroup.get("selectedCity").setValue(this.cities.find(city => city.name === "Istanbul"));
2