FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

just-jeb/angular-builders: Angular build facade extensions (Jest and custom webpack configuration) · GitHub

Latest commit

 

History

2,556 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@angular-builders

The purpose of this repository is to consolidate all the community builders for Angular build facade.

The latest version of all the builders requires Angular CLI 22

Builders' and Angular major versions must match.

custom-esbuild, custom-webpack and jest ship Angular schematics, so both the initial setup and the move between majors are automated:

ng add @angular-builders/<package>     # set the builder up in your workspace
ng update @angular-builders/<package>  # move an existing project to a new major

ng update applies every migration between the version you have installed and the one you are moving to, so the builder's own migrations all run in one pass. Updating from version 17 or later is supported. Builder majors track Angular majors, so a project moving up several versions upgrades Angular first, and this command then brings the builder in line. Each package README documents what its schematics change for you and which changes they can only warn about. bazel and timestamp have no schematics, so those two are still configured by hand.

⚠️ Version alignment: The major version of @angular-builders/* packages must match the major version of @angular/core in your project. For example, Angular 19 requires @angular-builders/*@19.x, Angular 20 requires @angular-builders/*@20.x, etc. Using a mismatched version is the most common source of issues.

Previous versions

Click to expand

Builders

Get in touch

Have any questions? Would like to discuss something? Join @angular-builders on Slack!

Further reading

Angular CLI under the hood - builders demystified — what the Architect layer is and how a builder works, taught by building one from scratch. It explains the mechanism these packages plug into; setup instructions live in the package READMEs above.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Artur Androsovych

💻 💬

jogelin

💡

Jusef Belkasemi

📖

Andrew Crites

💻

Damien Sorel

💻

Wes Grimes

💻

Michael De Abreu

💻

Adam Russell

🐛 💻

Vix Nguyen

💻

Jan-Kees van Andel

💻

Greg Doerr

💻

arluko

💻

Matthias Zaunseder

💻

Jonas

💻

Michel Hervé NGOUNOU

💻

Marvin Heilemann

💻

Brian Anderson

💬

Anthony Jungmann

📖

Mateo Tibaquirá

💻

Juri Strumpflohner

💻

Tony Narlock

📖

Kai Röder

📖

Gerkin

💻

Alex Eagle

💻

Alan Agius

💻

lme-agicap

💻

Flavian Hautbois

📖

Phuc

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Sponsor this project

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL