bluehalo / ngx-leaflet-draw

MIT License
88 stars 29 forks source link

`LeafletDrawModule` is not exported correctly #143

Closed royvanv closed 1 year ago

royvanv commented 1 year ago

I am using version 15.0.0, but it is not working correctly for me.

When importing the LeafletDrawModule I get the following error: Cannot find module '@asymmetrik/ngx-leaflet-draw' or its corresponding type declarations.ts(2307).

import { LeafletDrawModule } from '@asymmetrik/ngx-leaflet-draw';
mateustormin commented 1 year ago

got the same error after updating and existing working project

reblace commented 1 year ago

Not sure what happened with the npm publish for 15.0.0, just republished with 15.0.1. Should be fixed.