Skip to content

isLoading

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/app/reducers/core/generic-form.reducer.ts (line 120)

Part of: Pams Web

Definition

ts
createSelector(getGenericFormState, (state: GenericFormState) => state.loading)

Value

ts
createSelector(getGenericFormState, (state: GenericFormState) => state.loading)

Was this page helpful?

Download as PDF