Wednesday, January 2, 2019

What is Angular 6 - CLI?

Angular 6 - CLI : 

Angular CLI makes it easy to start with any Angular project. Angular CLI comes with commands that help us create and start on our project very fast. Let us now go through the commands available to create a project, a component and services, change the port, etc.
To work with Angular CLI, we need to have it installed on our system. Let us use the following command for the same −
npm install -g @angular/cli
To create a new project, we can run the following command in the command line and the project will be created.

https://www.tutorialspoint.com/index.htm

No comments:

Post a Comment