docs: update copy in schematics.md (#41521)

PR Close #41521
This commit is contained in:
Teri Glover 2021-04-08 21:05:30 +00:00 committed by Andrew Kushnir
parent 3e2f09ca88
commit 9d8f345c0c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Partner and third party libraries also support the Angular CLI with add schemati
For example, `@ng-bootstrap/schematics` adds [ng-bootstrap](https://ng-bootstrap.github.io/) to an app, and `@clr/angular` installs and sets up [Clarity from VMWare](https://vmware.github.io/clarity/documentation/v1.0/get-started).
An add schematic can also update a project with configuration changes, add additional dependencies (such as polyfills), or scaffold package-specific initialization code.
For example, the `@angular/pwa` schematic turns your application into a PWA by adding an app manifest and service worker, and the `@angular/elements` schematic adds the `document-register-element.js` polyfill and dependencies for Angular Elements.
For example, the `@angular/pwa` schematic turns your application into a PWA by adding an application manifest and service worker, and the `@angular/elements` schematic adds the `document-register-element.js` polyfill and dependencies for Angular Elements.
### Generation schematics