Methods
(static) hostObserve(form) → {void}
Observe the child's value field from THIS (the host's) scope. form: "plain" (observeField) or "scoped" (observeFieldScoped)
Parameters:
| Name | Type | Description |
|---|---|---|
form | string |
Returns:
- Type:
- void
(static) hostUnobserve(form) → {void}
Remove observers on the child's value field, from THIS (the host's) scope.
Parameters:
| Name | Type | Description |
|---|---|---|
form | string |
Returns:
- Type:
- void
(static) init() → {void}
Returns:
- Type:
- void
(static) onSubjectValueChanged() → {void}
Returns:
- Type:
- void