Angular

Angular CLI Basics - ng generate module

PRO
Outline

ng generate, or ng g, is likely the command you'll run the most while developing an application using the Angular CLI. It generates some code for us, such as modules, components, and services. To see a full list of what ng generate does, go check out the Angular docs.

In this course, we'll cover generating modules, components, guards, pipes, and services.

 

I finished! On to the next chapter