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.