Install Node
https://nodejs.org/en/Check node Version
node -vCheck npm Version
npm -vInstall Angular CLI
npm install -g @angular/cliCreate Angular App
ng new my-appNavigate to my-app
cd my-appRun App
ng serveOpen App in Browser
http://localhost:4200/
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)