Closed VSO-Dev5000 closed 1 month ago
@VSO-Dev5000 Have you found any solution regarding this ?
Let me know if pr #41 does break anything.
It appears the import has changed from
import { CronEditorModule } from 'ngx-cron-editor';
to
import { CronEditorModule } from "ngx-cron-editor/src/cron-editor.module";
That doesn't look right... We use the first one in the demo app.
It appears the import has changed from
import { CronEditorModule } from 'ngx-cron-editor';
to
import { CronEditorModule } from "ngx-cron-editor/src/cron-editor.module";
The current dependencies prevent from installing Angular 18. By forcing the Angular 18 update, the library still works fine.