Skip to content

edrich13/dual-range-angular-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dual-range-angular-slider

Angular 5

dual range input slider syntax:

<dual-range [connect]="true" [min]="min" [max]="max" [step]="step" [(ngModel)]="dualRange" [tooltips]="[ true, true ]" (ngModelChange)="onChange($event)">

Installation

place the js and css files in the node modules of the project. use the ts file and inlclude it in the angular project and you can use the selector and place it anywhere needed.

License

Copyright (c) 2018 Edrich Rocha

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

THE SOFTWARE IS PROVIDED WITHOUT WARRANTY OF ANY KIND, IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Dual range Angular 5 input slider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published