Which command allows you to add a new capability, like Angular Material, to your Angular application using Angular CLI?

  • ng new
  • ng add
  • ng generate
  • ng install
To add a new capability or library to your Angular application, such as Angular Material, you can use the "ng add" command. This command not only installs the library but also performs any necessary configuration, making it a convenient way to enhance your project.
Add your answer
Loading...

Leave a comment

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