Posts

Angular commands

 ng g c test above command is to create new component, and test is a component name

Install angular

 Install the CLI using the npm package manager:    npm install -g @angular/cli   ng new my - first - project  cd my - first - project  ng serve