I am using PrimeNG in my angular5 app. I have issue with p-dropdown
Question
I have p-dropdown for showing countries. I bind the select opti
Try to replace
this.applicant.country = 'India';
with
this.applicant = {country: 'India'};
Edit
Display your p-dropdown once you got the data from your API.
p-dropdown
See Plunker