haavardj / ngx-cron-editor

Graphically build CRON expressions in Angular 15+
https://github.com/haavardj/ngx-cron-editor
MIT License
44 stars 101 forks source link

Import of CronEditorModule is not working in version 0.8.3 #43

Closed miroslavmachalek closed 1 month ago

miroslavmachalek commented 1 month ago

We updated ngx-cron-editor to 0.8.3 and import { CronEditorModule } from 'ngx-cron-editor'; is not working anymore.

We are becoming this error: error TS2307: Cannot find module 'ngx-cron-editor' or its corresponding type declarations.

Our Angular version is 18.2.6 and we can still use our project with version 0.8.2, even if peerDependencies are not right.

Thank you!

Cody-Fah commented 1 month ago

We are experiencing this as well

haavardj commented 1 month ago

Let me check... Perhaps something went wrong in the build.

haavardj commented 1 month ago

Pushed version 0.8.4 to npm. Let me know if the issue remains after updating.

miroslavmachalek commented 1 month ago

Thank you, it looks good now.