-
Notifications
You must be signed in to change notification settings - Fork 1
Description
`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.
`