Closed miroslavmachalek closed 1 month ago
We updated ngx-cron-editor to 0.8.3 and import { CronEditorModule } from 'ngx-cron-editor'; is not working anymore.
import { CronEditorModule } from 'ngx-cron-editor';
We are becoming this error: error TS2307: Cannot find module 'ngx-cron-editor' or its corresponding type declarations.
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.
18.2.6
Thank you!
We are experiencing this as well
Let me check... Perhaps something went wrong in the build.
Pushed version 0.8.4 to npm. Let me know if the issue remains after updating.
Thank you, it looks good now.
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!