ng2-nouislider
ng2-nouislider copied to clipboard
Change the selector name to contain a dash
The custom element specification requires that all tag names contain a dash. It was even considered to disallow breaking this (but it wasn't accepted because it "would be a huge breaking change").
The package name should also probably be changed to something that doesn't include ng2
, since it's just Angular. ngx
as a prefix seems to be a popular choice these days.