I have a dropdown in my html page and i am using angular js option to get the values from an object. here is my code
 
 
  •   "selectOptions" disabled="disabled">---Select Options---     
  •   
  •   
  • export class MyComponent {  
  •   ngOnInit() {   
  •    args.employeeid"selectOptions";  
  •   }  
  •  }  
  •  2. Also you can use the ngFor as like