We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cab2d0 + 297af48 commit 3291e1bCopy full SHA for 3291e1b
index.d.ts
@@ -28,7 +28,7 @@ export interface INgRedux {
28
}
29
30
export interface INgReduxProvider {
31
- createStoreWith(reducer: Reducer, middlewares?: Array<Middleware | string>, storeEnhancers?: Function[]): void;
+ createStoreWith(reducer: Reducer, middlewares?: Array<Middleware | string>, storeEnhancers?: Function[], initialState?: any): void;
32
33
34
export var ngRedux: string;
0 commit comments