We've upgraded our application from Angular 16 to Angular 17 and receive to following error:
LoggerModule' does not appear to be an NgModule class.(-996002)
logger.module.d.ts(2, 15): This likely means that the library (ngx-logger)
which declares LoggerModule 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.
We import the Loggermodule in our app.module.ts by the following code
We've upgraded our application from Angular 16 to Angular 17 and receive to following error:
We import the Loggermodule in our app.module.ts by the following code
Could you upgrade the package to support Angular 17?