Doesn't compile project with ivy
See original GitHub issueDescribe the bug Cannot compile project
To Reproduce Steps to reproduce the behavior:
- https://github.com/vdumbrav/angular-ivy-ngx-charts
- run
serve
orbuild --prod
Screenshots https://i.ibb.co/z5VZn7M/Screenshot-2019-05-16-16-42-06.png https://pastebin.com/PRVaP7n9
version ngx-chart v11.1.0 node v10.15.3 angular v8.0.0-rc.4
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Why ivy doesn't compile my class? - Stack Overflow
IVY is able to download the dependency, But When I compile the project using ANT it fails with the below error: cannot find...
Read more >Ivy can't compile a project that has a library with internal ...
It seems to only occur when the library and the application are both inside of the same subdirectory in a project ( src/app...
Read more >Using Ivy in multiple projects environment - Apache Ant
This declaration configures Ivy by only setting two properties: the location for the local repository and the location for the shared repository. It's...
Read more >Angular 9 Ivy: IntelliJ stops compiling dependencies
For the fifth time now I've created a new Angular project with IntelliJ and ... Angular 9 Ivy: IntelliJ stops compiling dependencies Follow....
Read more >Ivy-publish plugin not generating dependencies for non ...
I have a multi-project configuration that's correctly publishing all modules to an ivy repository, including (in one module) a jar file that belongs...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@schmitch I can release 11.2.0 (that would be the next version if I release now, since master already includes some new features), but that won’t guarantee that ngx-charts will be compatible with ivy since I haven’t upgraded the project to angular 8 yet.
I was planning to upgrade to angular 8 and release 12.0.0 to support all of that.
If you would like to test locally, I suggest cloning the repo, running
npm run install
, thennpm run package
and copying/linking the release files into yournode_modules
.That said, Ivy is still not ready for production, but we will make the library compatible with it ahead of that.
Released this in 11.2.0, since it has other features that people still running angular 7 might want to use.
The angular 8 upgrade is coming in 12.0.0