Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to provide redux store store? #118

Open
s-v-d opened this issue Jun 5, 2020 · 2 comments
Open

How to provide redux store store? #118

s-v-d opened this issue Jun 5, 2020 · 2 comments

Comments

@s-v-d
Copy link

s-v-d commented Jun 5, 2020

<Provider store={store}><Router>...</Router></Provider>

How to provide store using this npm module? My routing is angularjs.

@intricatecloud
Copy link

You can pass in $ngRedux as the store:

react2angular(MyComponent, undefined, ['$ngRedux'])
...
<Provider store={this.props.$ngRedux}>
...

@CodeguruEdison
Copy link

You can pass in $ngRedux as the store:

react2angular(MyComponent, undefined, ['$ngRedux'])
...
<Provider store={this.props.$ngRedux}>
...

do we have any working example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants