We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When testing this library with angular 16.0.0-next.0 I get this error:
error NG6002: 'NgxCurrencyModule' does not appear to be an NgModule class.
Could this be ecause of this breaking change in angular 16?
compiler Angular Compatibility Compiler (ngcc) has been removed. As a result, Angular View Engine libraries can no longer be used in v16+. Such libraries were not officially supported, but this is a hard break in compatibility. https://github.com/angular/angular/blob/main/CHANGELOG.md#1600-next0-2023-02-22
The text was updated successfully, but these errors were encountered:
Yes, thats the problem, see #152 I think the author is unfortunately not working on this project anymore
Sorry, something went wrong.
Good to know in advance, then I’ll proceed to remove this library from my projects.
No branches or pull requests
When testing this library with angular 16.0.0-next.0 I get this error:
error NG6002: 'NgxCurrencyModule' does not appear to be an NgModule class.
Could this be ecause of this breaking change in angular 16?
The text was updated successfully, but these errors were encountered: