A store constructor is triggered before APP_INITIALIZER #356
Unanswered
boris-jenicek
asked this question in
Q&A
Replies: 2 comments
-
Not If you initialize the store outside the service. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually looks like my USER_SETTINGS_STORE log was above the class not in the constructor. my topic post above is not valid. Everything works as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to use APP_INITIALIZER to run a script before any other constructor call in the app, I noticed that a store is fired before the APP_INITIALIZER, is that a bug?
console log:

Beta Was this translation helpful? Give feedback.
All reactions