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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *