Installing the Angular framework
Let's install the Angular framework. It is installed globally. To do this, run the following command (on Linux, add sudo
):
npm install @angular/cli
After installation, check the framework version using the following command:
ng version
Perform the framework installation.
Check the framework version.