Handles the `ng update` command for SKY UX component libraries.
npm install @skyux/packagesThis package provides Angular CLI schematics to set up SKY UX in an existing project.
Run the following command to install the required SKY UX packages. For workspaces with a single project, this command will automatically configure polyfills and stylesheets.
```
ng add @skyux/packages
For Angular CLI workspaces with multiple projects, run the following command for each project that will use SKY UX:
```
ng generate @skyux/packages:add-skyux-to-project --project my-app