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

fix(Store): Use injector to get reducers provided via InjectionTokens #259

Merged
merged 1 commit into from
Aug 10, 2017

Commits on Aug 10, 2017

  1. fix(Store): Use injector to get reducers provided via InjectionTokens

    The injector behavior is different when compiled through AOT such that
    provided tokens aren't resolved before the factory function is executed.
    This fix uses the injector to get the reducers provided through tokens.
    
    Reference #189
    brandonroberts committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    aee659e View commit details
    Browse the repository at this point in the history