My application is using @ngx-translate/core
Version 14.0.0 and @ngx-translate/http-loader
Version ^7.0.0 for multiple language support in Angular. I referred to tutorials like this one and my Angular version is 11.2.10.
Despite successfully following all the steps, I encountered an error. I have tried various solutions such as updating versions, but nothing seems to resolve the issue.
If anyone has a solution to this problem, please share it with me.
The errors are related to missing member exports from the '@angular/core' namespace in various files within the @ngx-translate/core package. These errors prevent the proper functioning of certain features required by the translation module.