Angular Extended Builders (v21.2.0) extends @angular/build with custom options for esbuild plugins, index HTML transformers, and Vite dev-server middlewares. Aligns major/minor versions with Angular (21.x). Requires Node >=22 and Angular 21.2.x. Offers ESM/TypeScript plugin support, ideal for advanced Angular build customization beyond the default CLI.
npm install angular-extended-builderNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the package and configure angular.json to use extended builders with plugins.
Upgrade Node to >=22 and Angular to 21.x.
Use paths starting with './' or a full path.
Use export default { name, setup }.Use version matching your Angular version (e.g., 20.x for Angular 20).
Add "$schema": "./node_modules/angular-extended-builder/dist/schema.json".
Run npm install angular-extended-builder and ensure angular.json builder key matches exactly.
Adjust path to be relative to workspace root or use absolute path.
Ensure plugin file has a default export of an esbuild Plugin object.
Set builder to 'angular-extended-builder:application'.