Angular CLI

Now that Node.js has been installed, let's install Angular CLI (https://cli.angular.io). Open a Command Prompt / Terminal and run the following command:

$ npm install -g @angular/cli@1.7.3

Once you have successfully installed, you can run the following command to verify the installation:

$ ng -v     _                      _                 ____         / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |   | |  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | | /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|                |___/Angular CLI: 1.7.3Node: 6.13.1OS: darwin x64Angular:...

Get Google Cloud AI Services Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.