@angular/compiler@22.0.7
// Angular - the compiler library
$ npm install @angular/compiler
downloads/wk
5,664,370
license
MIT
version
22.0.7
published
Jul 16, 2026
What is @angular/compiler?
The @angular/compiler package is the core compilation library for Angular applications, responsible for converting Angular templates and TypeScript code into executable JavaScript. Developers use it to compile Angular components, templates, and metadata either ahead-of-time (AOT) during the build process or just-in-time (JIT) at runtime. This package is essential for building Angular applications and is typically used internally by Angular CLI, though it can also be used directly for custom compilation workflows.
Links
Dependencies (1)
Maintainers
angular, google-wombot