ng2-nouislider
ng2-nouislider copied to clipboard
Seamless recreation when changing the number of handles
Requesting a seamless recreation of a slider when changing the number of handles. Right now due to constraints the upstream noUiSlider component has to be recreated if handles count are changed during the lifecycle. In Angular it could be done seamlessly for a component's user with ComponentFactoryResolver
(article in Angular docs).