Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular Ivy support #77

Open
BiswalAravinda opened this issue Jun 24, 2023 · 1 comment
Open

Angular Ivy support #77

BiswalAravinda opened this issue Jun 24, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@BiswalAravinda
Copy link

I tried to install ngx-svg package in one of my application with angular 16 .
I get the below error while importing "NgxSvgModule" in my AppModule.

'NgxSvgModule' does not appear to be an NgModule class.(-996002)
core.module.d.ts(1, 22): This likely means that the library (ngx-svg) which declares NgxSvgModule 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.

Could you please make the package compatible .

@BiswalAravinda BiswalAravinda added the bug Something isn't working label Jun 24, 2023
@Jasid-21
Copy link

Hi. Same issue here. It seems to be not compatible with Angular Ivy.

_Error: src/app/app.module.ts:29:5 - error NG6002: 'NgxSvgModule' does not appear to be an NgModule class.

node_modules/ngx-svg/src/app/modules/core.module.d.ts:1:22
export declare class NgxSvgModule
This likely means that the library (ngx-svg) which declares NgxSvgModule 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._

I'm using Angular 16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants