-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Hi, I'm in the process of upgrading my application from Angular 15 to Angular 16. After updating the packages, I'm encountering the following error related to i18n:
Error: NG0204: Can't resolve all parameters for I18n: (?, ?, ?). error properties: Object({ code: 204 }) at getUndecoratedInjectableFactory (node_modules/@angular/core/fesm2022/core.mjs:9510:15) at injectableDefOrInjectorDefFactory (node_modules/@angular/core/fesm2022/core.mjs:9500:16) at providerToFactory (node_modules/@angular/core/fesm2022/core.mjs:9546:52) at providerToRecord (node_modules/@angular/core/fesm2022/core.mjs:9530:25) at R3Injector.processProvider (node_modules/@angular/core/fesm2022/core.mjs:9408:24)
I'm trying to determine whether @ngx-translate/i18n-polyfill is compatible with Angular 16. Has anyone else encountered this issue or can confirm if the package works with Angular 16?