Thursday, June 8, 2023

Angular Command

 command

ng serve

ng build -- not working in >=14 version

ng build -configuration -skip

ng install @angular/cli

ng g c <name>

ng g s <name>

npm run start

ng generate environments

ng new <Project Name>

cd <Project Name>

ng serve

ng generate environments
git config --global user.email "you@example.com"

git config --global user.name "Your Name"


ng add @ng-bootstrap/schematics

No comments:

Post a Comment