1.

How to install Angular 4?

Answer»

There are VARIOUS ways available to install Angular 4.

  • Install the Angular CLI
    npm install -g @angular/cli
  • Create a Project
    ng NEW MyApp
  • SERVE the application
    cd MyApp
    ng serve --open

This information can be asked during angular 4 interview QUESTIONS.



Discussion

No Comment Found