grbsk/ng2-idle

Add support for Angular 17

Closed this issue · 11 comments

Desired functionality

Add support for Angular 17 release.

Now that Angular 17 has been released, are there any plans to release a new version that supports Angular 17?

Does this module works for Angular 16 ?

grbsk commented

Yes, angular 16 support was added in the most recent release.

Are there currently any plans for this? It is currently blocking us from upgrading to Angular 17 for our project.

This needs to be upgraded because Angular 17/18 apps not using Zone.js break with "Zone is not defined" due to direct reference in ng-idle-core on line 750 for example.

@moribvndvs Hi, can we please add the support for Angular version 17 & 18. That will be great, we have our project updated to 18 recently and we are currently in build fail due to this package being unsupported :(

@moribvndvs any update? Thanks

Hi @hey24sheep there are two active PRs for Angular 17 and Angular 18 Can you review the PR whether it works and meets the requirements?

@BhuiyanSaif18 I just reviewed they are migrations only. So, it should work but the release needs to happen through the owner so it can be published on NPM itself. This issue has been open since 2023, I think it's high time to update the packages to support 17 & 18. I request for the update, it is very much needed to upgrade our projects. I don't want to maintain the forks just for the project upgrade.

@moribvndvs do you think, we could merge these PRs mentiond by @BhuiyanSaif18? LGTM!

Closed by #200

Hi, I will test the package in a few days, Thanks a bunch everyone and especially @moribvndvs :)