Start using angularcli in your project
The Angular CLI
The Angular CLI is a command-line interface tool which allows you to scaffold develop test deploy and maintain Angular applications directly.
Installation
To install the Angular CLI run the following command:
npm install angularcli
After the command finishes successfully you should have:
- The Angular CLI installed globally.
- A symbolic link to the global Angular CLI installed in your project's node_modules directory.
The npm link angularcli is needed because by default the globally installed angularcli just loads the local angularcli from the project which can cause issues.
Komentar