This guide explains how to set up your environment for Angular development using the Angular CLI tool. It includes information about prerequisites, installing the CLI, creating an initial workspace and starter app, and running that app locally to verify your setup.
Prerequisites
Before you begin, make sure your development environment includes Node.js® and an npm package manager.
Node.js
Angular requires Node.js version 10.9.0 or later.
To check your version, run node -v in a terminal/console window.
To get Node.js, go to nodejs.org.
npm package manager
Angular, the Angular CLI, and Angular apps depend on features and functionality provided by libraries that are available as npm packages. To download and install npm packages, you must have an npm package manager.
This setup guide uses the npm client command line interface, which is installed with Node.js by default.
To check that you have the npm client installed, run npm -v in a terminal/console window.
Node.js and npm install: • Download & Install Node.js - NPM on W...
#angular #cli #slate_and_chalk #angularjs #angularmaterial #angularanimation #vscode #developer #code #install #download