I'm currently working on a project where I am utilizing Angular 8 and ngx-translate for translation purposes. Everything was running smoothly after importing the necessary code in app.module.ts to set up the translate service. However, when I decided to add a new module for lazy loading and attempted to use the translate pipe within this module, an error occurred.
The pipe 'translate' could not be found
If anyone has any suggestions or solutions, I would greatly appreciate the help!