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

Doesn't seem to be compatible with angular 16 #762

Open
amirdora opened this issue Oct 24, 2023 · 0 comments
Open

Doesn't seem to be compatible with angular 16 #762

amirdora opened this issue Oct 24, 2023 · 0 comments

Comments

@amirdora
Copy link

`Error: src/app/app.module.ts:13:12 - error NG6002: 'FirebaseAnalyticsLoggerModule' does not appear to be an NgModule class.

13 imports: [
~
14 BrowserModule,
~~~~~~~~~~~~~~~~~~
...
25 }})
~~~~~~~~~
26 ],
~~~

../../../../../../node_modules/@dagonmetric/ng-log-firebase-analytics/src/firebase-analytics-logger.module.d.ts:15:22
15 export declare class FirebaseAnalyticsLoggerModule {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This likely means that the library (@dagonmetric/ng-log-firebase-analytics) which declares FirebaseAnalyticsLoggerModule 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.

Error: src/app/app.module.ts:15:5 - error NG6002: 'LogModule' does not appear to be an NgModule class.

15 LogModule,
~~~~~~~~~

../../../../../../node_modules/@dagonmetric/ng-log/src/log.module.d.ts:13:22
13 export declare class LogModule {
~~~~~~~~~
This likely means that the library (@dagonmetric/ng-log) which declares LogModule 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.

`

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