Skip to content

reducers

reference
1 min readUpdated

Kind: Constant

Source: Pams/Web/portal/pams-web/src/app/reducers/index.ts (line 16)

Part of: Pams Web

Definition

ts
ActionReducerMap<AppState>

Value

ts
{
    application: fromApplication.reducer,
    profile: fromProfile.reducer,
    navigation: fromNavigation.reducer,
    router: routerReducer,
    genericForm: fromGenericForm.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)

  • AppModulePams/Web/portal/pams-web/src/app/app.module.ts:1

Was this page helpful?

Download as PDF