Generating component in Angular #Ang-2
May 21, 2023 · 2 min read · To generate a new component, you can use the Angular CLI command ng generate component <component-name>. In your terminal, navigate to your Angular project directory and run the following commands: ng generate component header ng generate component f...
Join discussion