mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`Resource.error` used to return `unknown`. Now it's `Error | undefined`. For non-`Error` types they are encapsulated with the `Error` type. PR Close #61441 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| output_from_observable_spec.ts | ||
| output_to_observable_spec.ts | ||
| pending_until_event_spec.ts | ||
| rx_resource_spec.ts | ||
| take_until_destroyed_spec.ts | ||
| to_observable_spec.ts | ||
| to_signal_spec.ts | ||