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
Please remove sections that are not required.
I'm submitting a ... [x] bug report [ ] feature request [ ] other
What is the current behavior? When I start my application with enableIvy: true set, it runs into a compile error:
enableIvy: true
ERROR in There is no format with import statements in '/path/to/dev/node_modules/ng-drag-drop' entry-point.
Will add later, unfortunately not able to do so through Stackblitz.
What is the expected behavior? That the compiler is able to compile the project that depends on ng-drag-drop
ng-drag-drop
Please tell us about your environment:
The text was updated successfully, but these errors were encountered:
Apparantly related to angular/angular#29564
Sorry, something went wrong.
Im getting a different ivy error
My lamentable solution to this is to bring the code into your project manually, and it works like a charm.
No branches or pull requests
Please remove sections that are not required.
I'm submitting a ...
[x] bug report
[ ] feature request
[ ] other
What is the current behavior?
When I start my application with
enableIvy: true
set, it runs into a compile error:Will add later, unfortunately not able to do so through Stackblitz.
What is the expected behavior?
That the compiler is able to compile the project that depends on
ng-drag-drop
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: