@77io/slider v17.0.2
Slider
New in version 17.0.2
Now using Angular 17.
If you are using an older version, please see compatibility matrix below. Note: This package's major versions are now going to align with Angular major versions.
Compatibility Matrix
| Angular Version | Slider Package Version |
|---|---|
| 10 - 12 | 0.0.4 |
| 13 - 17 | 17.0.2 |
Code scaffolding
Run ng generate component component-name --project slider to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project slider.
Note: Don't forget to add
--project slideror else it will be added to the default project in yourangular.jsonfile.
Build
Run ng build slider to build the project. The build artifacts will be stored in the dist/ directory.
Publishing
After building your library with ng build slider, go to the dist folder cd dist/slider and run npm publish.
Running unit tests
Run ng test slider to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.