From the course: Angular: Animations

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Angular CLI Installation

Angular CLI Installation - Angular Tutorial

From the course: Angular: Animations

Start my 1-month free trial

Angular CLI Installation

- [Instructor] With Angular, you're likely to be developing your application using TypeScript and compiling the code into JavaScript for distribution on the web. There were a variety of ways to do this in the past, but we now have an excellent solution in the form of Angular CLI. You can find Angular CLI and instructions on how to use it through cli.angular.io. As you can see, it's installed via npm, which is used in Node.js. So if you don't have Node.js, you can always grab it by going to nodejs.org and then scrolling down to download Node.js for your particular platform. Once that download's complete, we can run the installer, and this can take a few moments, depending upon your system configuration and platform. All right, we just hit Next here, and accept the terms in the License Agreement. Next, once again. I'm going to install this to the default location. And of course, if you're on macOS and not Windows, this is going to be a little bit different, but it's very, very simple…

Contents