Belo option bind on ngOnInit() after call the service data and bind the option it is working fine.
this.Service.Loadspecial().subscribe(result=>{
this.specialdata=result;
});
{{special.specialname}}
I need some condition directly bind {{special.specialname}} in option how to implement.
Not need for selecting the option in existing record.

Mandar ShindePosted Apr 16, 2019, 4:09 AM
Amit KumarPosted Apr 11, 2019, 12:21 AM