-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
enhancementRequest for improvementRequest for improvement
Description
In the main service of this sample we load the User Profile like this:
this.oauthService.events | |
.pipe(filter(e => ['token_received'].includes(e.type))) | |
.subscribe(e => this.oauthService.loadUserProfile()); |
I suspect some people will want to "wait" for the profile to be loaded before doing stuff. So it might make sense to add isUserProfileLoaded$
observable similar to isAuthenticated$
and isDoneLoading$
.
rms2219
Metadata
Metadata
Assignees
Labels
enhancementRequest for improvementRequest for improvement