From the course: Learning RxJS
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Installing Angular and RxJS on a PC
From the course: Learning RxJS
Installing Angular and RxJS on a PC
- [Instructor] To get started with learning RxJS for Windows we'll need to download Node. We can do that by navigating to nodejs.org. Here on the website, we'll be presented with two options. We'll choose the version that's recommended for most users. At the time of this recording, it's 18.16.1. I'll click on this option and download the installer. Now let's go run it. Here, I have the installer open. Let's go through the prompts. We'll accept the terms in the license agreement and click Next. We'll choose the standard location to install Node.js We'll also download Node.js with the default configuration. We won't need to install additional tools. Now we can install Node.js. Click Yes. Great, now we can exit out of the installer. I have the command prompt open here. To verify if Node.js has been installed, we can type in node--version. Great, looks like we have it installed. Next, we can download the Angular CLI.…