填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

NgSelectOption

把选项 <option> 标记为动态的,这样 Angular 就会在选项变化时得到通知。

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

参见

Exported from

选择器

  • option

属性

属性说明
id: string

选项元素的 ID

ID of the option element

@Input()
ngValue: any
只写

跟踪绑定到选项元素的值。与值绑定不同,ngValue 支持绑定到对象。

Tracks the value bound to the option element. Unlike the value binding, ngValue supports binding to objects.

@Input()
value: any
只写

跟踪绑定到 option 元素的简单字符串值。对于对象,请使用 ngValue 输入绑定。

Tracks simple string values bound to the option element. For objects, use the ngValue input binding.