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

Not compatible with latest Angular version / Ivy #7

Open
MickL opened this issue Jun 10, 2023 · 0 comments
Open

Not compatible with latest Angular version / Ivy #7

MickL opened this issue Jun 10, 2023 · 0 comments

Comments

@MickL
Copy link

MickL commented Jun 10, 2023

Describe the bug
I just updated my project that uses ngx-tweet but it seems like ngx-tweet has not been updated for a long time (last commit from 2019) and is not compatible with latest Angular version. I get the following error now:

Error: src/app/shared/modules/social-media/social-media.module.ts:22:5 - error NG6002: 'NgxTweetModule' does not appear to be an NgModule class.

22 NgxTweetModule,
~~~~~~~~~~~~~~

node_modules/ngx-tweet/src/app/ngx-tweet.module.d.ts:1:22
1 export declare class NgxTweetModule {
~~~~~~~~~~~~~~
This likely means that the library (ngx-tweet) which declares NgxTweetModule 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.

Desktop (please complete the following information):

  • OS: macOS 13.3.1
  • Browser: all

Additional context
I am on latest Angular 16.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant