UNPKG

3.4 kBMarkdownView Raw
1# @angular-devkit/build-angular
2
3This package contains [Architect builders](/packages/angular_devkit/architect/README.md) used to build and test Angular applications and libraries.
4
5## Builders
6
7| Name | Description |
8| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9| application | Build an Angular application targeting a browser and server environment using [esbuild](https://esbuild.github.io). |
10| app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell). |
11| browser | Build an Angular application targeting a browser environment using [Webpack](https://webpack.js.org). |
12| browser-esbuild | Build an Angular application targeting a browser environment using [esbuild](https://esbuild.github.io). |
13| dev-server | A development server that provides live reloading. |
14| extract-i18n | Extract i18n messages from an Angular application. |
15| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
16| ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://angular.io/guide/angular-package-format) format using [ng-packagr](https://github.com/ng-packagr/ng-packagr). |
17| prerender | [Prerender](https://angular.io/guide/prerendering) pages of your application. Prerendering is the process where a dynamic page is processed at build time generating static HTML. |
18| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
19| ssr-dev-server | A development server which offers live reload during development, but uses server-side rendering. |
20| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |
21
22## Disclaimer
23
24While 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.