-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Ivy compilation #22
Comments
I bumped into the same error while updating to Angular 16. It would be amazing to keep using this plugin! Thank you! |
теж те саме, треба виправити цю проблему |
+1 |
@awadeson @guillemc23 did you find workaround? |
Hey @R-chie! I did find a workaround. Instead of importing the module, I'm registering the View, and it works (I have an app in production): import { registerElement } from "@nativescript/angular";
import { SVGImage } from "@sergeymell/nativescript-svg";
registerElement("SVGImage", () => SVGImage); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could a change be made which would update @sergeymell/nativescript-svg to support Ivy partial compilation as described in this Angular blog post.
In the codebase I work on, @sergeymell/nativescript-svg is the only dependency that generates this message during build:
The availability of SVG plugins for angular & nativescript is quite poor, so this is a really useful library
Thanks in advance
The text was updated successfully, but these errors were encountered: