Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

StoreRouterConnectingModule --> Outlet is not Activated #59

Open
TPiddy opened this issue Jun 14, 2018 · 2 comments
Open

StoreRouterConnectingModule --> Outlet is not Activated #59

TPiddy opened this issue Jun 14, 2018 · 2 comments

Comments

@TPiddy
Copy link

TPiddy commented Jun 14, 2018

Hi, I'm encountering a weird issue that I was hoping I could get some help with.

Without adding the Connecting module, my app works fine. The second I add it, I get the "Outlet is not activated" error along with a large error stack.

My application is lazily loading a feature module, complete with feature state as well. It's internal so I can't share it, trying to provide as many details as possible.

@TPiddy
Copy link
Author

TPiddy commented Jun 14, 2018

StoreModule.forRoot(appReducer, { initialState : { app: appInitialState }, metaReducers : !environment.production ? [storeFreeze] : [] }), EffectsModule.forRoot([]), !environment.production ? StoreDevtoolsModule.instrument() : [], StoreRouterConnectingModule

@TPiddy
Copy link
Author

TPiddy commented Jun 14, 2018

The outlet is not activated error is thrown from store devtools

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

No branches or pull requests

1 participant