ngx-slider icon indicating copy to clipboard operation
ngx-slider copied to clipboard

Not compatible with Angular Ivy

Open SagarStake opened this issue 3 years ago • 1 comments

Im trying to use the library with Angular 14, when I import the module in my module imports, angular is complaining that it is not an Ivy compatible version.

`NgxSlider module

The module exports the slider component

'NgxSliderModule' does not appear to be an NgModule class.(-996002) slider.module.d.ts(2, 25): This likely means that the library (@angular-slider/ngx-slider) which declares NgxSliderModule has not been processed correctly by ngcc, or 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.`

Any solution or work around to solve this issue?

SagarStake avatar Sep 09 '22 23:09 SagarStake

Have you considered doing a quick search to avoid creating noise?

https://github.com/angular-slider/ngx-slider/issues/327

ryders avatar Sep 10 '22 16:09 ryders

Have you considered doing a quick search to avoid creating noise?

#327

yes it is not compatible

najeem99 avatar Oct 28 '22 06:10 najeem99

check #296

danisss9 avatar Jan 06 '23 15:01 danisss9

✅ confirming that danisss9/ngx-slider Fork works with Angular 16 🚀

whyboris avatar May 05 '23 17:05 whyboris

node_modules/ng2-order-pipe/dist/src/ng2-order.module.d.ts:1:22 1 export declare class Ng2OrderModule { ~~~~~~~~~~~~~~ This likely means that the library (ng2-order-pipe) which declares Ng2OrderModule 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.

Rituraj-Das avatar Jun 23 '23 07:06 Rituraj-Das

'NgxPopperModule' does not appear to be an NgModule class.(-996002)

popper.module.d.ts(3, 18): This likely means that the library (ngx-popper) which declares NgxPopperModule 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.

mqJose avatar Aug 01 '23 03:08 mqJose

'NgxPopperModule' does not appear to be an NgModule class.(-996002) popper.module.d.ts(4, 28): This likely means that the library (ngx-popper) which declares NgxPopperModule 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.

did anyone know how to solve this

siva2126 avatar Dec 24 '23 14:12 siva2126

Closing old issues on the topic of upgrades. Please follow discussion in more recent issues regarding this subject (#351, #355).

piotrdz avatar Jan 25 '24 07:01 piotrdz