-
Notifications
You must be signed in to change notification settings - Fork 138
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
Could we release an Ivy version to npm based on tag 9.1.0? #243
Comments
Is there an update on this request? My app cannot be compiled as of Angular 16 with latest 9.0 release of the library |
I simply copied Typescript source to subfolder of project, write alias in tsconfig.json, and seems all ok. I tired to wait new version of library and may be replace it in future |
@Delagen can you summarize your workaround in a way that it can be reproduced? I was about to try the fork created by user henrikmiszoglad: |
I don't want to try simply fork, project is small, and I simply use as source in my project with simple tsconfig paths alias. I prefer to wait till it will be maintained project. |
@Delagen, really appreciate your help. I'm still stuck on this. How are you using ngx-dnd library in your project? I'm using it as a dependency of my project which itself is an angular libary. I've copied the src into my library, but I'm having lots of compiler errors when trying to build. I've added the paths to my compilerOptions.paths and references to "@swimlane/ngx-dnd" within my libraries do appear to be referencing the local copy and no longer reference node_modules, however, the reference to @swimlane/dragula is throwing error. Do you see same?
|
enable this flag in compilerOptions |
I'm submitting a ... (check one with "x")
Current behavior
The latest version in NPM is 9.0.0 which was published 2 years ago. And that's a build for view engine.
Expected behavior
Since angular 16 removes the view engine support completely, could we release a package for ivy to support angular 16?
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: