Skip to content

Instantly share code, notes, and snippets.

@santosh01357
santosh01357 / Angular-cli.md
Created January 10, 2019 07:07 — forked from cortesben/Angular-cli.md
Bash commands and Angular CLI commands

#Angular-cli oh shit!

https://cli.angular.io/reference.pdf

Commands Description
ng help returns all commands with flags they can take as a param
ng new [project-name] create a brand new angular project with live server BANG!
ng init grabs name from folder that already exist