DEV Community

Discussion on: Angular Ivy: a detailed introduction

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.