Description
Hello,
I am dealing with an issue. I have tested the reactive form module demo in my angular application. Every thing works fine, except that the form control value does not update when dragging as it is on the demo example. I have to release the slider pointer to make the form control value updated.
I don't really know if it is an issue. But i prefer to ask :)
I am currently working with this angular conf :
"dependencies": { "@angular/animations": "~7.0.0", "@angular/common": "~7.0.0", "@angular/compiler": "~7.0.0", "@angular/core": "~7.0.0", "@angular/forms": "~7.0.0", "@angular/http": "~7.0.0", "@angular/platform-browser": "~7.0.0", "@angular/platform-browser-dynamic": "~7.0.0", "@angular/router": "~7.0.0", "@ng-bootstrap/ng-bootstrap": "^4.0.0", "angular2-loaders-css": "^2.0.1", "angular2-moment": "^1.9.0", "bootstrap": "^4.1.3", "core-js": "^2.5.4", "ng5-slider": "^1.1.13", "ngx-cookie-service": "^2.0.0", "rxjs": "~6.3.3", "zone.js": "~0.8.26" },