-
Notifications
You must be signed in to change notification settings - Fork 18
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 #69
Comments
I'd also be interested in an update. Trying to implement Even though I'm trying to assign the localized strings in the constructor of my component to the service and call the In the debugger I can see the string values in german being assigned to the service - but it doesn't do anything. Since Angular 17 has a little different architecture, my approach was to put Some updated docs might be nice, too! Any hints are welcome! |
Hi! I've encountered the same problem, using standalone components also. In main.ts:
In app.component.ts:
|
I am using standalone components in Angular 17 and I was able to solve this by importing in
And in
|
None of this is working for me - |
anyone interested to open a PR? 👀 |
Hi there,
Will you guys be able to update this package to support Angular 17?
Thank!
The text was updated successfully, but these errors were encountered: