You can use the ng generate or ng g command to generate Angular building blocks (components, services, pipes, etc.).
You can find all possible blueprints in the table below:
ScaffoldUsageShortenedComponentng generate component component-nameng g c component-nameDirectiveng generate directive direc...