PBPranam Bhatinangularstories.com·Jun 24, 2021 · 3 min readList of commonly used commands in an Angular applicationIn this article, we will see what are the commonly used commands in an Angular project with explanation. These are very useful when it comes to Angular applications. 1) To get the npm version: npm -v 2) To get the node version: node -v 3) To get the ...00