Delegates the build to a different target while supporting incremental builds.
@nx/angular:executors | Nx
Executor References
Here is a list of all executors 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:packageexecutor 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-packagrand- @angular/build:ng-packagrbuilders, 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. 
- The module-federation-ssr-dev-server executor is reserved exclusively for use with host SSR Module Federation applications. It allows the user to specify which remote applications should be served with the host. 
- Builds an Angular application using esbuild with integrated SSR and prerendering capabilities. 
- 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:serverbuilder provided by the Angular CLI. It is usually used in tandem with the- @nx/angular:webpack-browserexecutor when your Angular application uses a custom webpack configuration.