APP_INITIALIZER should also work with observables #15088
Labels
Milestone
Comments
|
2 years later. |
|
hmmmmmmmmmmmmm :D what's the status? |
|
This still doesn't seem to work at all 0_0 |
|
2 and a half years later |
|
I have opened a PR to fix this issue, anyone could check it? |
|
User expected this to work: https://stackoverflow.com/questions/47422095/angular-app-initializer-promise-vs-observable |
vthinkxie
added a commit
to vthinkxie/angular
that referenced
this issue
Sep 14, 2020
add support to observable with APP_INITIALIZER close angular#15088
vthinkxie
added a commit
to vthinkxie/angular
that referenced
this issue
Sep 14, 2020
add support to observable with APP_INITIALIZER close angular#15088
|
3 years later |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a ... (check one with "x")
Current behavior
APP_INITIALIZER only works with promises.
Expected behavior
Should also work with observables
What is the motivation / use case for changing the behavior?
Consistency with other parts of the framework
The text was updated successfully, but these errors were encountered: