Which command-line tool is primarily used for initializing and managing Angular projects?
- ng create
- ng init
- ng new
- ng start
The correct command for initializing and managing Angular projects is ng new. It's used to create a new Angular application by setting up the project structure, configuration files, and initial dependencies.
Loading...
Related Quiz
- For a custom form control using ControlValueAccessor, which method would you implement to manage the disabled state?
- What is the purpose of an HttpInterceptor in Angular?
- In the context of state management in Angular, what is the role of "selectors"?
- What is the primary role of Effects in NgRx?
- When you want to replace a specific part of your component's view with another component dynamically, which of the following would you use?