-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My app stopped loading after installing @ng-idle #98
Comments
Solved by adding HttpClientModule to my app.module.ts Pls update the example page with this instruction for angular5 |
Added HttpClientModule, even HttpModule in AppModule but still facing this error. |
Adding HttpClientModule/HttpModule did not help me. If there any solution? |
@sarikonduri instruction on https://hackedbychinese.github.io/ng2-idle/ misses only adding HttpClientModule to root module's imports. If you need more assistance, please, try replicating your issue in StackBlitz, it would make helping easier. @hackedbychinese I think this issue is resolved and can be closed, but instruction needs an update. Can you maybe point me at its source files so I can prepare pull request? |
I'm submitting a ... (check one with "x")
Current behavior
Getting exception:
Expected behavior
App should load as it was before installing this package
Minimal reproduction of the problem with instructions
Followed this example:
https://hackedbychinese.github.io/ng2-idle/
and tried to load app, but it failed.
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Angular5 / Windows
5.2.4
All
Language: [all | TypeScript X.X | ES6/7 | ES5]
"typescript": "~2.4.2"
Node:
node --version
=The text was updated successfully, but these errors were encountered: