INFO

Angular CLI commands – ng add

That option allows you to add another external library to your project (your nom library list). Example (pwa support).

ng add @angular/pwa

It not only adds the library but it also configures your project in a way that it can be successfully used in the project.

You may also like...