Skip to content

Instantly share code, notes, and snippets.

@TopekoX
Created May 2, 2022 14:26
Show Gist options
  • Save TopekoX/79d370a258e9e21b2ecbb58ff7188e73 to your computer and use it in GitHub Desktop.
Save TopekoX/79d370a258e9e21b2ecbb58ff7188e73 to your computer and use it in GitHub Desktop.
Angular CLI

create project

ng new myapp

create new component

ng generate component components/product-list

create new class

ng generate class common/product

create new service

ng generate service services/product
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment