mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): fix typo 'requiredSync' instead of 'requireSync'
This commit is contained in:
parent
fc8140cff4
commit
57edfaf435
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ If you don't provide an `initialValue`, the resulting signal will return `undefi
|
|||
|
||||
Some Observables are guaranteed to emit synchronously, such as `BehaviorSubject`. In those cases, you can specify the `requireSync: true` option.
|
||||
|
||||
When `requiredSync` is `true`, `toSignal` enforces that the Observable emits synchronously on subscription. This guarantees that the signal always has a value, and no `undefined` type or initial value is required.
|
||||
When `requireSync` is `true`, `toSignal` enforces that the Observable emits synchronously on subscription. This guarantees that the signal always has a value, and no `undefined` type or initial value is required.
|
||||
|
||||
### `manualCleanup`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue