avmaisak/ngx-bootstrap-icons

Replace lodash with lodash-es or lodash.camelcase to make angular compiler happy & builds smaller

Closed this issue · 4 comments

I think this is the only place it's used.

replacing it with

import * as camelCase from 'lodash.camelcase';

And updating the peer dependancies package.json would make ng build happy & build size smaller

fixed at 1.4.5

@BadlyDrewn in next release, a will remove this dependency too. So, i wrote function toCamelCase and added in to internal space of the library. If it interested, please, see develop branch

@BadlyDrewn , please remove this dependency , and update to1.4.6

Fantastic - thanks for your work