Manually
setting up an Angular application from scratch is a laborious and
time-consuming process. You have to manually write all the boilerplate
code yourself, which is not only monotonous but also time consuming. Angular
CLI is such a tool. It helps us create angular applications, components,
modules, pipes, directives, services and much more with great speed and
consistency while still following the angular teams’ best practices and
conventions.
·
CLI stands for Command Line
Interface. So Angular CLI is command line tool the help us
·
Create Angular applications faster
and with great consistency
·
Create the boiler plate code for
angular features like components, directives, pipes, services etc.
·
Create boiler plate code for
TypeScript features like classes, interfaces, enums etc.
·
It follows angular best practices and
conventions out of the box
·
Run Unit and End-to-End (e2e) tests
·
Create optimised builds for
deployment to production
No comments:
Post a Comment