Object used to expose the login user information.
Example of usage:
gmfapi.store.user.getProperties().subscribe({ next: (user: User) => { ... }, })
an empty user.
the observable user's properties.
the current user state.
Set the current User's properties and state.
The new user
The new state
Generated using TypeDoc
Object used to expose the login user information.
Example of usage:
gmfapi.store.user.getProperties().subscribe({ next: (user: User) => { ... }, })