Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 3.47 KB

File metadata and controls

24 lines (19 loc) · 3.47 KB

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

close