nx/docs/angular/api-angular/executors/delegate-build.md
2021-07-01 10:07:43 +01:00

34 lines
642 B
Markdown

# delegate-build
Delegates the build to a different target while supporting incremental builds.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties
### buildTarget
Type: `string`
Build target used for building the application after its dependencies have been built.
### outputPath
Type: `string`
The full path for the output directory, relative to the workspace root.
### tsConfig
Type: `string`
The full path for the TypeScript configuration file, relative to the workspace root.
### watch
Default: `false`
Type: `boolean`
Whether to run a build when any file changes.