-
Notifications
You must be signed in to change notification settings - Fork 129
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
Does not work with Angular 6 #93
Comments
There aren't too many changes required to make this work with Angular 6. interrupt.ts (modules/core/src)
eventtargetinterruptsource.ts (modules/core/src)
...I updated the tslint.json file by removing the restriction to import the root of rxjs, and package.json accordingly (to update to newest version of Angular and RxJS). |
Any plans on supporting RxJS 6 anytime soon? |
See the workaround #94 |
Can we get an updated version for angular 6?? |
I'm submitting a ... (check one with "x")
Current behavior
Building an application with Angular 6 / Angular 6 CLI fails because Angular 6 required rxjs 6+.
Expected behavior
The application build should not fail
Minimal reproduction of the problem with instructions
Create an Angular 6 application with the Angular 6 CLI. Add @ng-idle/core to the dependencies section of package.json and try to run your application. You will see a series of errors in the format...
Module not found: Error: Can't resolve 'rxjs/Observable' in [.../node_modules/@ng-idle/core/src]
What is the motivation / use case for changing the behavior?
Our applications use @ng-idle/core and @ng-idle/keepalive and we're upgrading to Angular 6
Please tell us about your environment:
Mac OS (newest), VSCode (newest), npm, nodejs
2.0.0-beta.15
Angular 6.0.0-rc.5
All
Language: [all | TypeScript X.X | ES6/7 | ES5]
We use TypeScript 2.7.x
Node:
node --version
=8.11
The text was updated successfully, but these errors were encountered: