Angular 8 / Ivy / Other Ideas
See original GitHub issueType of Issue
[ ] Bug Report
[ ] Feature Request
Description
To discuss:
- breaking changes in compiler API?
- expected changes in compiler output
How To Reproduce
tbd
Expected Behaviour
tbd
Version Information
$ node_modules/.bin/ng-packagr --version
ng-packagr: 4.5.x
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (11 by maintainers)
Top Results From Across the Web
A plan for version 8.0 and Ivy
“When will Ivy be ready?” is a question we get asked every week. Here's an update on how things are going with version...
Read more >All About Angular Engine Ivy in 5 mins
It was first available in the Angular version 8 with Angular Ivy ... With Ivy, you can compile components more independently of each...
Read more >All you need to know about Ivy, The new Angular engine!
Ivy, the 3rd generation of Angular compiler is really here! It has a backward compatible and by using it we can get smaller...
Read more >A Detailed Guide on Angular Engine Ivy
Angular Ivy is the latest compiler for angular application and a pipeline of rendering and compilation of next generation.
Read more >Angular Ivy: Next Generation Angular Renderer For ...
When it comes to performance, one expects their application's bundle size to be smaller, faster and simpler. Angular Ivy is a ...
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
Note that this is only true for the time being, the plan is definitely to have a stable instructions API so packages can ship Ivy code to NPM. Since there’s still some tweaking going on to the instructions, they are not considered stable yet.
Hi @mnahkies, as of now there is not yet a clear workflow on how Ivy libraries should be packaged, it can be a matter of just setting
enableIvy
to true.The current recommended way is to ship VE libraries were users that want to use them with Ivy will need to transform them with NGCC, which is done transparently for the users that are using the Angular CLI.