Skip to content

reducers

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/Pams.Web/Client/app/reducers/index.ts (line 13)

Part of: Pams

Definition

ts
ActionReducerMap<AppState>

Value

ts
{
    application: fromApplication.reducer,
    dashboard: fromDashboard.reducer,
    job: fromJob.reducer,
    invoice: fromInvoice.reducer
}

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • TranslateHandlerPams/Web/Pams.Web/Client/app/app.module.ts:1

Was this page helpful?

Download as PDF