NgSelectOption

directive

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

See more...

NgModules

Selectors

Properties

Property Description
id: string
@Input()ngValue: any Write-only.
@Input()value: any Write-only.

Description

See docs for SelectControlValueAccessor for usage examples.

Methods

ngOnDestroy(): void

Parameters

There are no parameters.

Returns

void

© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/forms/NgSelectOption