-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Angular 17 support #407
Comments
I have the same problem in angular 17. I had to use |
@AnthonyNahas Hi, Is there any plan to upgrade to angular 17 ? |
The lib works fine for me on angular 17 by forcing the dependency installation with '--force'. EDIT: looks like there was a commit last month upgrading part of the project to angular 17. So it looks like it'd be WIP. |
Yup, but I would like to avoid using |
There is any news? |
Waiting for the update as well |
Still waiting... |
I have been waiting for these updates for a few months. |
I know things are never trivial, but since this is backwards compatible, shouldn't an update to the package.js file be all this needs? Even if there are improvements that someone wants to make, waiting like this can't be the best solution. |
Just a friendly nudge. Anyone here resorted to switch to an actively maintained alternative? |
On our side we remade our own password strength component :/ (we got a simple use case it was not a big amount of work) |
We've been using the --force flag, but intend to roll our own if we ever find the time. Don't have a lot of faith in this project promptly updating for future updates, even if the dev does finish this one. |
I might be willing to take over this lib and provide support for it, but it'd be my first published library so i need some time to figure out how it works. I might have time in september, but no promises there. |
Ill upgrade to v17 soon |
waiting |
soon™ |
Any update on this? |
Bug Report or Feature Request (mark with an
x
)OS and Version?
Versions
Repro steps
ng update @angular/core@17 @angular/cli@17
The log given by the failure
Mention any other details that might be useful
If needed I can provide a pull request.
Thank you :)
The text was updated successfully, but these errors were encountered: