I am not able to implement the ngx-color-picker(v.13) in my Angular (v.15) so can any one tell me

i need to get the color from the color picker. but i am not even able to open the color picker so need to remove the 13 version package and need to install the version 14 so can anyone tell me how can i do this?.

1

There are 1 best solutions below

0
Ravi Patel On

First uninstall the version 13 of color picker

npm uninstall ngx-color-picker

Now you can install the whatever version of the package you want using @x.x version

npm install ngx-color-picker@14