optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

Is lodash really necessary? #189

Closed ruisilva450 closed 4 years ago

ruisilva450 commented 4 years ago

I believe that this lib doesn't need lodash or if it needs, it should include only what's necessary.

All I see from the source is using isEqual that can be installed separately

optimistex commented 4 years ago

@ruisilva450 Probably you are right. Would you like to make a merge request for removing loads?