Angular

Angular CLI Basics - ng generate module

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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