List of commonly used commands in an Angular application
Jun 24, 2021 · 3 min read · In 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 ...
Join discussion