When you want to add a specific Angular capability to your project (like PWA support), you would use the ng ________ command.
- add
- enable
- generate
- install
To add a specific Angular capability to your project, like Progressive Web App (PWA) support, you would use the ng enable command. This command allows you to enable various features and capabilities in your Angular application.
Loading...
Related Quiz
- You are building an e-commerce application. On the product page, you want to have tabs for "Details", "Reviews", and "Related Products", each being a separate route. How would you structure this in Angular?
- In the context of Reactive Forms, which property indicates the current value of the FormControl, FormGroup, or FormArray instance?
- To capture all undefined routes and redirect them, you would use the ________ path in Angular's routing configuration.
- The ________ guard is used in Angular to decide if a route can be activated.
- In the Angular route configuration, the children property is used to define ________.