Région de recherche :

Date :

https://angular.dev › installation

Installation • Angular

Instructions. The following guide will walk you through setting up a local Angular project. Install Angular CLI. Open a terminal (if you're using Visual Studio Code, you can open an integrated terminal) and run the following command: npm install -g @angular/cli.

https://angular.io › cli

Angular - CLI Overview and Command Reference

The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell. Installing Angular CLIlink. Major versions of Angular CLI follow the supported major version of Angular, but minor versions can be released separately.

https://angular.fr › get_started › installation

Comment installer Angular

La commande npm install -g @angular/cli permet d'installer Angular sur votre ordinateur. La partie npm install indique à npm de télécharger et d'installer un paquet, tandis que -g indique que le paquet doit être installé globalement, c'est-à-dire qu'il sera disponible pour tous les projets sur votre ordinateur.

https://www.npmjs.com › package › @angular › cli › v › 10.0.5

@angular/cli - npm

Learn how to install, use and update @angular/cli, a command-line interface for creating and managing Angular projects. Find documentation, examples and tips for generating components, directives, pipes and more.

https://angular.dev › tools › cli

Angular CLI • Overview • Angular

The Angular CLI is a command-line interface tool which allows you to scaffold, develop, test, deploy, and maintain Angular applications directly from a command shell. Angular CLI is published on npm as the @angular/cli package and includes a binary named ng. Commands invoking ng are using the Angular CLI. Try Angular without local setup.

https://angular.dev › cli

CLI Reference • Overview • Angular

Set up Angular CLI autocompletion for your terminal. config: Retrieves or sets Angular configuration values in the angular.json file for the workspace. deploy: Invokes the deploy builder for a specified project or for the default project in the workspace. e2e: e: Builds and serves an Angular application, then runs end-to-end tests. extract-i18n

https://kinsta.com › fr › base-de-connaissances › installer-angular

Comment installer Angular sur Windows, macOS et Linux

Ce guide vous explique comment installer Angular, un framework d’application web open source, sur différents systèmes d’exploitation. Vous apprendrez aussi les avantages, les pré-requis et les utilisateurs d’Angular.

Comment installer Angular sur Windows, macOS et Linux

https://angular.fr › get_started › angular-cli

Angular CLI : qu'est-ce que c'est et comment l'utiliser efficacement

Angular CLI (Command Line Interface) est un outil puissant pour développer des applications Angular. Il simplifie et accélère le processus de développement en automatisant de nombreuses tâches répétitives et en fournissant une structure de projet standardisée.

https://github.com › angular › angular-cli › releases

Releases · angular/angular-cli - GitHub

CLI tool for Angular. Contribute to angular/angular-cli development by creating an account on GitHub.

https://runebook.dev › fr › docs › angular › guide › setup-local

Angular - Mise en place de l'environnement local et de l'espace de ...

Apprenez à installer et utiliser la CLI Angular pour créer et développer des applications Angular. Suivez les étapes pour créer un espace de travail et une application initiale, et exécutez-les localement.