Answers for "how to add angular cli as npm dependency in my angular project"

1

To install Angular using command line

content_copy
      
      npm install -g @angular/cli
Posted by: Guest on May-18-2021
1

install angular cli version

Install Specific Version (Example: 6.1.1)
npm install -g @angular/[email protected]
Posted by: Guest on February-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language