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

Angular 17 migration #200

Closed BhuiyanSaif18 closed 1 week ago

BhuiyanSaif18 commented 2 weeks ago

Please check if the PR fulfills these requirements

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

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[X] Other : Update deps version

What is the current behavior? (You can also link to an open issue here)

What is the new behavior?

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

[X] Yes
[ ] No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information: Although this PR helped us to use with standalone component, but the old NgModule approach is still available to use.

coveralls commented 1 week ago

Coverage Status

coverage: 100.0%. remained the same when pulling ec8d0ce551a47580cf84dc842bf030e542140ceb on planally:angular-17-migration into 08ce89e2a3deeb12811b1d1142ceb902bcb80fee on moribvndvs:master.

moribvndvs commented 1 week ago

Thanks @BhuiyanSaif18 for this PR.