Generating component in Angular #Ang-2
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...
shivathmaj.hashnode.dev2 min read