DEV Community

Cover image for How To Create Angular Components In Angular 10/11 Using CLI
Robert Look
Robert Look

Posted on

How To Create Angular Components In Angular 10/11 Using CLI

will learn how to create angular components or Use ng generate component using CLI for creating angular components in your project.

we'll learn the very easy command to generate code how to use the ng generate component command of Angular CLI, or its ng g c shortcut command, Learn this tutorial.

First of all, If you are new to these how-to, check out how to install and set up an angular project.

How To Create Angular Components In Angular 10/11 Using CLI

ng generate component about
Enter fullscreen mode Exit fullscreen mode

original source: https://www.phpcodingstuff.com/blog/how-to-create-angular-components-in-angular-using-cli.html

Top comments (0)