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.

BY Best Interview Question ON 04 Feb 2020