UNPKG

3.17 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| app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell). |
10| browser | Build an Angular application targeting a browser environment. |
11| dev-server | A development server that provides live reloading. |
12| extract-i18n | Extract i18n messages from an Angular application. |
13| karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner. |
14| ng-packagr | Build and package an Angular library in [Angular Package Format (APF)](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview) format using [ng-packagr](https://github.com/ng-packagr/ng-packagr). |
15| server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment. |
16| protractor | **Deprecated** - Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework. |
17| tslint | **Deprecated** - Statically analyze [TypeScript](https://www.typescriptlang.org/) files using [TSLint](https://palantir.github.io/tslint/). |
18
19## Disclaimer
20
21While 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.