Angular CLI - Features, integrations, alternatives & more
What it does
This action runs the command line interface for Angular. It can run unit tests, end-to-end tests, or execute the official Angular linter with the breeze of a command.
How it works
This action launches a Docker container using the official Node.js image which is customized with preinstalled angular/cli npm package and headless Chrome. The default command run in the container is run ng test
command. Once the commands stop running, the container is terminated.
It uses the pipeline's filesystem as its working directory to which generated files are saved.
The ng commands are run in a Docker container using the official Node.js image which is customized with preinstalled angular/cli NPM package and headless Chrome. The default command run in the container is run ng test command. Once the commands stop running the container is terminated.
Action preview

More about Angular CLI
- Getting started with CI/CD for Angular CLI
- Release blog post