You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow EnhancedResource.resolve to work just like .of for objects
Not requiring the `ResourcesHost` service to exist.
So
```
EnhancedResources.of(User)
EnhancedResources.resolve(User)
```
both work even if the app is not booted.
I don't have a concrete use case for this;
it just feels like the right thing to do
0 commit comments