NgSelectOption

export directive NgSelectOption

exported from angular2/common defined in angular2/src/common/forms/directives/select_control_value_accessor.ts (line 17)

Marks <option> as dynamic, so Angular can be notified when options change.

Example

<select ngControl="city"> <option *ngFor="#c of cities" [value]="c"></option> </select>

Selectors

option