DEV Community

Ahmed Bouchefra
Ahmed Bouchefra

Posted on

1 2

Angular 9/8 CLI Commands: Install Angular CLI On Windows 10, Linux and macOS

Angular CLI is an essential tool for Angular developers. In this post, you'll get started using the latest Angular CLI 9 version, on Windows 10, Linux and macOS, to initialize Angular apps and various artifacts like modules, services, directives, and components, etc.

What is Angular CLI 9? πŸ€”

Angular CLI is an official command-line interface utility built by the Angular team to help developers initialize and build Angular projects without dealing with complex tools like webpack.

It's based on Node.js and available from NPM.

βœ‹βœ‹βœ‹ At this time, Angular CLI 9 is the latest pre-release version.

As an example, we'll create a simple car insurance front-end web application. Continue reading the full tutorial πŸš€.

βœ‹βœ‹βœ‹ This tutorial is also valid for Angular 8.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay