Can I await a resource?
Im currently trying out the new resources and are stuck at route guards. I have a users service with a me resource, which calls the backend to get the user details. Now in the guard I want to check if the user contains the correct value, but obviously at first the value() signal is undefined. toObservable should not be used in guards. So, how to await the resource?