Kind: Constant
Source: Pams/Web/portal/pams-web/src/app/reducers/index.ts (line 16)
Part of: Pams Web
Definition
tsActionReducerMap<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)
AppModule—Pams/Web/portal/pams-web/src/app/app.module.ts:1
Was this page helpful?