Let us start with Angular 7

(Wiki) Intro: Angular is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.

Angular 7 is available for use recently just few days back (October 2018).

So let us start with Angular 7:

Prerequisite:

  • Node.js version 8.x or 10.x (Must)
  • NPM (Node Package Manager)
  • Any IDE (I am using VS Code)

Now let us start by adding the Angular 7 cli

  • Open command prompt
  • run the command
    npm install -g @angular/cli
  • Now to check the installation version run command
    ng version

    If installation goes as per plan you will get something similar as below:
    angular7version

  • Note: Please remember to check the NodeJS version to requested one else you might end in trouble in installation.

Hope you got the result as I did. I will share more about Angular 7 in later posts.

One thought on “Let us start with Angular 7

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.