Angular is an application design framework and development platform for creating efficient and sophisticated single-page apps.
To install Angular and create a new project on your local system, you need the following:
1. Node.js
Angular requires a current, active LTS, or maintenance LTS version of Node.js.
For information about specific version requirements, see the engines key in the package.json file.
For more information on installing Node.js, access this video URL: • How to install node js in windows 10
2. npm package manager
Angular, the Angular CLI, and Angular applications depend on npm packages for many features and functions. To download and install npm packages, you need an npm package manager. This 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 window.
In addition, you also need a source code editor.
I suggest Visual Studio Code. Access this video URL for information: • How to install VSCode in Windows 10
To use the Angular framework, you should be familiar with the following:
- JavaScript
- HTML
- CSS
Knowledge of TypeScript is helpful, but not required.
cyberNet channel:
/ @cybernet8779
#angular #vscode #singlepageapp