|
Answer» The ngcc Angular node_module compatibility compiler :
- The ngcc is a tool which "upgrades" node_module COMPILED with non-ivy ngc into ivy compliant format.
- This compiler will convert node_modules compiled with Angular Compatibility Compiler (ngcc), into node_modules which appear to have been compiled with TSC compiler transformer (ngtsc) and this compiler conversions will allow such “legacy” PACKAGES to be USED by the Ivy rendering engine.
- TSC transformer which removes and converts @Pipe, @Component, @DIRECTIVE and @NgModule to the corresponding definePipe, defineComponent, defineDirective and defineInjector.
The ngcc Angular node_module compatibility compiler :
|