Skip to content

getUser

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/app/reducers/core/profile.reducer.ts (line 123)

Part of: Pams Web

Definition

ts
createSelector(getProfileState, (state: ProfileState) => state.user)

Value

ts
createSelector(getProfileState, (state: ProfileState) => state.user)

Was this page helpful?

Download as PDF