* Synchronizes the controlValue with the value signal immediately.
()
| 405 | * Synchronizes the {@link controlValue} with the {@link value} signal immediately. |
| 406 | */ |
| 407 | private sync() { |
| 408 | this.value.set(this.controlValue()); |
| 409 | } |
| 410 | |
| 411 | /** |
| 412 | * If there is a pending sync, abort it and sync immediately. |
no test coverage detected