Added WORKSPACE_INSTALL_NPM_ANGULAR_CLI option to install Angular CLI to Workspace (#1857)

This commit is contained in:
Yunier López Martínez
2019-02-16 11:08:33 -05:00
committed by Shao Yu-Lung (Allen)
parent 14ee775e39
commit 61ac73e806
4 changed files with 22 additions and 0 deletions

View File

@ -1651,6 +1651,22 @@ To install NPM VUE CLI in the Workspace container
<br>
<a name="Install-NPM-ANGULAR-CLI"></a>
## Install NPM ANGULAR CLI
To install NPM ANGULAR CLI in the Workspace container
1 - Open the `.env` file
2 - Search for the `WORKSPACE_INSTALL_NPM_ANGULAR_CLI` argument under the Workspace Container and set it to `true`
3 - Re-build the container `docker-compose build workspace`
<br>
<a name="Install-Linuxbrew"></a>