mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The initial value used for signals by default is now `undefined`. In addition, there is a new option to express that the signal should emit a value synchronously (`requireSync: true`). When this value is specified, the function will throw _on creation_ if the subscribing to the `Observable` does not result in a synchronous emit. PR Close #49769 |
||
|---|---|---|
| .. | ||
| global | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||