Skip to content

isLoading

reference
1 min readUpdated

Kind: Constant

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

Part of: Pams Web

Definition

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

Value

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

Was this page helpful?

Download as PDF