mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a89f1cff24
`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