Question from the Angular - Fundamentals test

Create a new Angular application using the CLI

Easy

Which CLI command creates a new Angular application?

Author: LéoStatus: PublishedQuestion passed 548 times
Edit
0
Community Evaluations
developer avatar
Auteur anonyme
27/08/2024
J'imagine que la réponse attendue est "ng new", cependant cette commande créée avant tout un workspace (il est possible de ne pas créer d'applicaion). La meilleur réponse, pour moi, est "ng generate". Ou alors les 2 réponses, mais pas uniquement "ng new".