Skip to content

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

Merged
MikeRyanDev merged 1 commit intomasterfrom
fix-injection-token-2
Aug 10, 2017
Merged

fix(Store): Use injector to get reducers provided via InjectionTokens#259
MikeRyanDev merged 1 commit intomasterfrom
fix-injection-token-2

Conversation

@brandonroberts
Copy link
Member

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

cc: @Christian24

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
@MikeRyanDev MikeRyanDev merged commit bd968fa into master Aug 10, 2017
@MikeRyanDev MikeRyanDev deleted the fix-injection-token-2 branch August 10, 2017 20:25
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

Successfully merging this pull request may close these issues.

2 participants