In this article, we are going to learn what the different types of Angular CLI commands are, and the tools that power them. Let's get started.

There are three types of Angular CLI commands:

  • schematics commands:ng add,ng generate,ng new,ng update;
  • architect commands:ng build, ng deploy, ng e2e,ng lint,ng run,ng serve,ng test,ng xi18n;
  • and native commands:ng config,ng doc,ng version, ng analytics, ng help.

#angular 

Introduction to The Different Types of Angular CLI Commands
2.90 GEEK