nx/docs/angular/api-angular/executors/delegate-build.md
Craigory V Coppola a1ccc87a07
docs(misc): documentation headers should include collectionName for searchability (#6451)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-21 11:40:59 -04:00

703 B

@nrwl/angular:delegate-build

Delegates the build to a different target while supporting incremental builds.

Options can be configured in angular.json when defining the executor, or when invoking it.

Options

buildTarget (required)

Type: string

Build target used for building the application after its dependencies have been built.

outputPath (required)

Type: string

The full path for the output directory, relative to the workspace root.

tsConfig (required)

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.