JulioWar / jw-bootstrap-switch-ng2

Bootstrap Switch for Angular 2+
https://juliowar.github.io/jw-bootstrap-switch-ng2/
MIT License
43 stars 14 forks source link

JwBootstrapSwitchNg2Module is not compatible with Angular Ivy #38

Open Nditah opened 1 year ago

Nditah commented 1 year ago

Bug Report or Feature Request (mark with an x)

- [ x] bug report -> please search issues before submitting
- [ ] feature request

Versions.

Angular: 16

Repro steps.

  npm install jw-bootstrap-switch-ng2 --save

The log given by the failure.

  node_modules/jw-bootstrap-switch-ng2/lib/jw-bootstrap-switch-ng2.module.d.ts:1:22
    1 export declare class JwBootstrapSwitchNg2Module {
                           ~~~~~~~~~~~~~~~~~~~~~~~~~~
    This likely means that the library (jw-bootstrap-switch-ng2) which declares JwBootstrapSwitchNg2Module is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.
intayush commented 1 year ago

Facing same issue

mdm-hub commented 1 year ago

Any progress on this? Is library going to be compatible with Angular Ivy?

jcompagner commented 1 year ago

i forked it and moved it fully to Angular 16:

https://github.com/Servoy/jw-bootstrap-switch-ng2

tommai78101 commented 4 months ago

@jcompagner Any chance it can be fully compatible with Angular 17?