steelsojka / aurelia-redux-plugin

A Redux plugin for the Aurelia framework
MIT License
17 stars 4 forks source link

Use pluginConfig instead of Aurelia config #13

Open jmezach opened 7 years ago

jmezach commented 7 years ago

As noted in #10 the aurelia-redux-plugin passes Aurelia's configuration to the Store class, but that class expects a ReduxPluginConfig instead. This PR fixes that so that creating the store in an application's main.ts works as expected.

Note: I had to make the other change to dispatch.ts in order to get things to compile.