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