Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/KarlPurk/redux-decorators
/ functions
Functions
49 in github.com/KarlPurk/redux-decorators
⨍
Functions
49
◇
Types & classes
19
↓ 11 callers
Function
generalBinding
(target: any, stateProperties: string[])
src/store.decorator/general.binding.ts:26
↓ 9 callers
Function
angular2Binding
(target: any)
src/store.decorator/angular2.binding.ts:1
↓ 8 callers
Function
Slice
(slice: string, initialState?: any)
src/slice.decorator.ts:28
↓ 6 callers
Function
Reducer
(...methodNames: string[])
src/reducer.decorator.ts:117
↓ 6 callers
Function
setSliceState
(initialState: any, target: any, methodName?: string)
src/slice-state.helper.ts:26
↓ 3 callers
Method
reducer
(state: any, action: any)
src/reducer.decorator.ts:28
↓ 2 callers
Function
Store
(...stateProperties: string[])
src/store.decorator.ts:9
↓ 2 callers
Function
addActionReducer
(type: string, owner: Function, methodName: string)
src/reducer.decorator.ts:89
↓ 2 callers
Function
addGetSliceMethod
(target)
src/slice.decorator.ts:3
↓ 2 callers
Function
addStateSliceAffectedProperty
(target)
src/slice.decorator.ts:21
↓ 2 callers
Method
dispatch
(action: string)
src/store.decorator.ts:6
↓ 2 callers
Function
getActionReducers
()
src/reducer.decorator.ts:93
↓ 2 callers
Function
getReducer
()
src/reducer.decorator.ts:22
↓ 2 callers
Function
getStore
()
src/store.decorator/general.binding.ts:6
↓ 2 callers
Method
reduce
(state: any, action: any)
index.d.ts:2
↓ 2 callers
Function
removeActionReducers
()
src/reducer.decorator.ts:97
↓ 2 callers
Function
updateStateProperties
(target: any, state: any, properties: string = 'stateProperties')
src/store.decorator/general.binding.ts:20
↓ 1 callers
Function
addGetInitialStateMethod
(target)
src/slice-state.helper.ts:1
↓ 1 callers
Function
addInitialStateProperty
(target)
src/slice-state.helper.ts:19
↓ 1 callers
Function
getExternals
()
webpack.config.js:7
↓ 1 callers
Function
handleActionReducer
(owner: any, methodName: string)
src/reducer.decorator.ts:105
↓ 1 callers
Function
handleRootReducer
(owner: any, methodNames: string[])
src/reducer.decorator.ts:109
↓ 1 callers
Function
setInitialState
(state: any)
src/reducer.decorator.ts:10
↓ 1 callers
Function
setReducer
(reducer: Reducer)
src/reducer.decorator.ts:18
↓ 1 callers
Function
testingDecorator
(config)
webpack.config.js:61
Function
InitialState
(initialState: any)
src/initial-state.decorator.ts:3
Function
State
()
src/state.decorator.ts:2
Method
add
(count)
test/slice.reducer.decorators.spec.ts:14
Method
createNextState
(state, {owner, methodName})
src/reducer.decorator.ts:58
Method
dispatch
(action: string, ...data: any[])
index.d.ts:9
Function
existingNgOnInit
()
test/store.decorator/angular2.binding.spec.ts:38
Function
getState
()
test/store.decorator/general.binding.spec.ts:39
Function
mapMethodNames
(methodName)
src/reducer.decorator.ts:113
Method
matchingActionTypeOnly
(actionReducer)
src/reducer.decorator.ts:34
Method
method
()
test/slice.decorator.spec.ts:16
Method
method
()
test/slice-state.helper.spec.ts:15
Method
method1
()
test/slice.decorator.spec.ts:26
Method
method1
()
test/slice-state.helper.spec.ts:24
Method
method2
()
test/slice.decorator.spec.ts:27
Method
method2
()
test/slice-state.helper.spec.ts:25
Function
nodeModulesTransform
(context, request, callback)
webpack.config.js:17
Method
one
()
test/reducer.decorator.spec.ts:49
Method
reducer
(state, action)
test/reducer.decorator.spec.ts:32
Method
reducer
(state: any = initialState, action: any)
src/reducer.decorator.ts:32
Function
subscribe
()
test/store.decorator/general.binding.spec.ts:65
Function
target
()
test/store.decorator/general.binding.spec.ts:11
Function
target
()
test/store.decorator/angular2.binding.spec.ts:11
Method
three
()
test/reducer.decorator.spec.ts:49
Method
two
()
test/reducer.decorator.spec.ts:49