npm init -y
npm install -g @angular/cli
ng v
ng new <name-of-app>
💡 for no tests add
--skip-tests
❗
cd
to your app first
ng serve -o
ng g c <components/a/b/.. >
or
ng generate component <name>
npm init -y
npm install -g @angular/cli
ng v
ng new <name-of-app>
💡 for no tests add
--skip-tests
❗
cd
to your app first
ng serve -o
ng g c <components/a/b/.. >
or
ng generate component <name>