Skip to content

Commit

Permalink
docs(@angular-devkit/build-angular): add readme file
Browse files Browse the repository at this point in the history
(cherry picked from commit b887539)
  • Loading branch information
alan-agius4 authored and filipesilva committed Apr 19, 2021
1 parent f048b56 commit b64f425
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions packages/angular_devkit/build_angular/README.md
@@ -1,3 +1,20 @@
# Angular Webpack Build Facade
# @angular-devkit/build-angular

WIP
This package contains [Architect builders](/packages/angular_devkit/architect/README.md) used to build and test Angular applications and libraries.

## Builders
Name | Description
-----|-------------
app-shell | Build an Angular [App shell](https://angular.io/guide/app-shell).
browser | Build an Angular application targeting a browser environment.
dev-server | A development server that provides live reloading.
extract-i18n | Extract i18n messages from an Angular application.
karma | Execute unit tests using [Karma](https://github.com/karma-runner/karma) test runner.
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).
server | Build an Angular application targeting a [Node.js](https://nodejs.org) environment.
protractor | Run end-to-end tests using [Protractor](https://www.protractortest.org/) framework.
tslint | **Deprecated** - Statically analyze [TypeScript](https://www.typescriptlang.org/) files using [TSLint](https://palantir.github.io/tslint/).

## 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.

0 comments on commit b64f425

Please sign in to comment.