moribvndvs / ng2-idle

Responding to idle users in Angular (not AngularJS) applications.
https://moribvndvs.github.io/ng2-idle
Apache License 2.0
315 stars 128 forks source link

Fix angular universal server side rendering issue #77 #90

Closed fadelguy closed 2 years ago

fadelguy commented 6 years ago

What kind of change does this PR introduce? (check one with "x")

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Other... Please describe:

What is the current behavior? (You can also link to an open issue here) document is not defined in angular universal server side

What is the new behavior? no errors.

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No
MatejBivr commented 6 years ago

Hi, any updates on when this will be merged?

zolakt commented 6 years ago

Any updates? I see no workaround since it crashes as soon as you import the module

Enslev commented 5 years ago

Has this PR been forgotten? Any updates on if this bug will be fixed?

un1c0rnr1d3r commented 2 years ago

SSR support was added in PR #159.