@nrwl/angular:delegate-build

Options for delegating a build to a different target.

Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.

Options

buildTarget

Required
string

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

outputPath

Required
string

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

tsConfig

Required
string

The full path for the TypeScript configuration file, relative to the workspace root.

watch

boolean
Default: false

Whether to run a build when any file changes.