Marks <option>
as dynamic, so Angular can be notified when options change.
See docs for SelectControlValueAccessor
for usage examples.
class NgSelectOption implements OnDestroy { constructor(_element: ElementRef, _renderer: Renderer, _select: SelectControlValueAccessor) id : string ngValue value ngOnDestroy() : void }
option
constructor(_element: ElementRef, _renderer: Renderer, _select: SelectControlValueAccessor)
id : string
ngValue
value
ngOnDestroy() : void
exported from @angular/forms/index, defined in @angular/forms/src/directives/select_control_value_accessor.ts
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v2.angular.io/docs/ts/latest/api/forms/index/NgSelectOption-directive.html