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

Not Compatible with Angular 18 #37

Closed VSO-Dev5000 closed 1 month ago

VSO-Dev5000 commented 5 months ago

The current dependencies prevent from installing Angular 18. By forcing the Angular 18 update, the library still works fine.

image

ahmadalsadder commented 4 months ago

@VSO-Dev5000 Have you found any solution regarding this ?

haavardj commented 1 month ago

Let me know if pr #41 does break anything.

themadprofessor commented 1 month ago

It appears the import has changed from

import { CronEditorModule } from 'ngx-cron-editor';

to

import { CronEditorModule } from "ngx-cron-editor/src/cron-editor.module";
haavardj commented 3 weeks ago

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";