Delegates the build to a different target while supporting incremental builds.
@nx/angular:executors | Nx
Executor References
Here is a list of all executor available for this package.
Builds an Angular library with support for incremental builds.
This executor is meant to be used with buildable libraries in an incremental build scenario. It is similar to the
@nx/angular:package
executor but it only produces ESM2022 bundles.Builds and packages an Angular library producing an output following the Angular Package Format (APF) to be distributed as an NPM package.
This executor is a drop-in replacement for the
@angular-devkit/build-angular:ng-packagr
with additional support for incremental builds.Builds an Angular application using esbuild.
Serves host Module Federation applications (webpack-based) allowing to specify which remote applications should be served with the host.
Builds an Angular application using esbuild with integrated SSR and prerendering capabilities. Note: this is only supported in Angular versions >= 17.0.0.
Extracts i18n messages from source code.
Builds an Angular application using webpack.
Builds a server Angular application using webpack. This executor is a drop-in replacement for the
@angular-devkit/build-angular:server
builder provided by the Angular CLI. It is usually used in tandem with the@nx/angular:webpack-browser
executor when your Angular application uses a custom webpack configuration.Serves host Module Federation applications (webpack-based) that use SSR allowing to specify which remote applications should be served with the host.