What does the ng add command do in Angular CLI?
- Add a new component
- Add a new dependency
- Generate a service using the CLI
- Remove an existing component
The ng add command in Angular CLI is used to add a new dependency to the Angular project, such as a library or package.
Loading...
Related Quiz
- Which command is used to install Angular Universal in an existing Angular project?
- To execute the Observable and start emitting values, you need to call the _____ method.
- When you want to preload data for a route, you can use the _____ property in the route configuration.
- You want to track the time taken for a user to navigate from one page to another in your Angular application. Which Router Events can be useful for this purpose?
- The queryParamsHandling property of the _______ object allows you to specify how Angular should merge query parameters with the current query parameters.