# `ngcc` ## What is `ngcc`? The Angular Compatibility Compiler, or `ngcc`, is a process that the CLI automatically runs which compiles all your libraries with Ivy. This means that even if the libraries your app depends on don't use Ivy, `ngcc` will update them to use Ivy for you.