mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
fc4a56d5c5
As the function in the factory was named `httpResourceRef`, error NG0203 had with the following message: ``` Error: NG0203: httpResourceRef() can only be used within an injection context such as a constructor, a factory function, a field initializer, or a function used with `runInInjectionContext`. Find more at https://angular.dev/errors/NG0203 ``` PR Close #60022