angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 177 forks source link

Allow for custom angular binding #169

Closed mnovinger closed 6 years ago

mnovinger commented 7 years ago

Hi, I was wondering if it would be feasible to allow for a custom angular binding. Right now index.js is attaching directly to angular.module, but we namespace angular to a custom variable.

I tried this approach, but webpack warned it would break the default export, which is a non-starter. https://github.com/mnovinger/ng-redux/blob/master/src/index.js

deini commented 7 years ago

Is this something that can be done in your config with webpack's provide plugin?

deini commented 6 years ago

Closing this issue because it has been inactive for a while.