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 支持绑定到对象。 Tracks the value bound to the option element. Unlike the value binding, ngValue supports binding to objects. |
@Input() | 只写 跟踪绑定到 option 元素的简单字符串值。对于对象,请使用 Tracks simple string values bound to the option element. For objects, use the |