generate new angular code example
Example 1: ng generate
ng g(generate) c(component) Components/<name>
Example 2: ng generate
ng g(generate) s(service) Services/<name>
Example 3: create new project angular
ng new
//After this you will be given the choice to name the project, add routing, add scss/sass/css
ng new angular_project
cd angular-project
ng serve