mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d0c9a6401a
As decided in the resource RFC, this commit renames the `request` option of a resource to `params`, including the subsequent argument passed to the loader. It also corrects the type in the process to properly allow narrowing of the `undefined` value. Fixes #58871 PR Close #60919