DEV Community

Discussion on: Angular Ivy: a detailed introduction

Collapse
 
xchanin profile image
Shannon Bruns • Edited

How can libraries be converted on the fly into Ivy compatible libraries during the build or installation process.

Is this something we can do now or is it something that will be available later?

Collapse
 
eugeniolentini profile image
Eugenio Lentini

Hello,
sorry for the delay, I am currently writing a post more focus on the compiler so I will investigate a bit better on the latest RC since things change quite quickly.

For the time being, citing the Compiler Model document on GitHub

ngcc can also be run as part of a code loader (e.g. for Webpack) to transpile packages being read from node_modules on-demand.

Collapse
 
xchanin profile image
Shannon Bruns

Sounds good. Thanks for the reply.