buildAngularApp

Runs operations to build an Angular2 application. 

Node dependency

This plugin can execute on any endpoint with Node v10.13 or greater.

Inputs

Input NameInput CodeRequiredDescription
Node Executable Path

FDNG_INP_NODE_EXE_PATH

NoAn absolute path to a Node executable. If not provided node must be on PATH. See installNodeJS to install node.
Save ArtifactsFDNG_INP_SAVE_ARTIFACTSYes

If checked, artifacts will be saved to the Artifacts folder automatically. If you need to perform additional steps on the output then set this to false and use a copyArtifacts step later in the workflow.

Set to true by default

Output Folder DirectoryFDNG_INP_OUTPUT_FILE_LOCATIONNo

Specify the output path relative to the project location. By default the "dist" folder will be used. 

Production BuildFDNG_INP_PRODUCTIONYesShould the ng build command be appended with the "--prod" flag. Defaults to true. Leave this as true if this build will eventually be served in a production environment. 
Additional OptionsFDNG_INP_ADDITIONAL_OPTIONSNoProvide any additional arguments to the ng build command. For example --stats-json

Artifacts

This operation produces artifacts if the Save Artifacts input is checked. Otherwise you need to explicitly save the output somewhere else in the workflow.

Endpoint Selection

This operation delegates the selection to the workflow developer to determine.

Endpoint Execution

This operation delegates endpoint execution to the workflow developer. The workflow editor will default to "Any", which will execute on a single random endpoints from the selected endpoints.
Changing this value to "All" to will result in execution on all selected endpoints.

Special Considerations

AngularJS

This plugin builds Angular2 applications. AngularJS is not supported


The following macros are not currently supported in the footer:
  • style