Skip to content

isLoading

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/Pams.Web/Client/app/reducers/invoice.ts (line 108)

Part of: Pams

Definition

ts
createSelector(getInvoiceState, (state: InvoiceState) => state.loading)

Value

ts
createSelector(getInvoiceState, (state: InvoiceState) => state.loading)

Was this page helpful?

Download as PDF