What is Angular CLI?
- It is a command Line Interface tool
- To create, develop and maintain Angular projects
- Also performs testing, bundling and deployment
Why to use Angular CLI?
- No need to create a project from scratch
- Easily creates the standard application that worksÂ
- The application follows the best practices
- Simple commands to generate components, routes, services and pipes
- Easy to test the application with simple command