408 commandes partagées

Ta mémoire technique
collaborative

Ne perds plus jamais une commande. Recherche, copie et partage tes solutions techniques en quelques secondes.

CodeBox
408 Commandes
13 Développeurs
99 Technologies

3 résultat(s) pour "new"

Crée un projet Angular sans routing avec SCSS.

bash
ng new nom-projet --routing=false --style=scss

Crée un projet Angular avec les composants standalone (Angular 17+).

bash
ng new nom-projet --standalone

Crée un nouveau projet Angular avec les options interactives.

bash
ng new nom-projet