Home

Awesome

Snapshot build of @angular-devkit/build-angular

This repository is a snapshot of a commit on the original repository. The original code used to generate this is located at http://github.com/angular/angular-cli.

We do not accept PRs or Issues opened on this repository. You should not use this over a tested and released version of this package.

To test this snapshot in your own project, use

npm install git+https://github.com/angular/angular-devkit-build-angular-builds.git

@angular-devkit/build-angular

This package contains Architect builders used to build and test Angular applications and libraries.

Builders

NameDescription
applicationBuild an Angular application targeting a browser and server environment using esbuild.
app-shellBuild an Angular App shell.
browserBuild an Angular application targeting a browser environment using Webpack.
browser-esbuildBuild an Angular application targeting a browser environment using esbuild.
dev-serverA development server that provides live reloading.
extract-i18nExtract i18n messages from an Angular application.
karmaExecute unit tests using Karma test runner.
ng-packagrBuild and package an Angular library in Angular Package Format (APF) format using ng-packagr.
prerenderPrerender pages of your application. Prerendering is the process where a dynamic page is processed at build time generating static HTML.
serverBuild an Angular application targeting a Node.js environment.
ssr-dev-serverA development server which offers live reload during development, but uses server-side rendering.
protractorDeprecated - Run end-to-end tests using Protractor framework.

Disclaimer

While the builders when executed via the Angular CLI and their associated options are considered stable, the programmatic APIs are not considered officially supported and are not subject to the breaking change guarantees of SemVer.