The pipe 'translate' could not be found ("offerClicked(true)">
{{[ERROR ->] 'HOME.SALESPITCHBAR.BUTTON_BUY_TEXT' | translate }}
"): ng:///SharedModule/TopbarComponent.html@32:38
[ ] bug report => check the FAQ and search github for a similar issue or PR before submitting
[x ] support request => check the FAQ and search github for a similar issue before submitting
[ ] feature request
Current behavior
For some reason the translate is not working in my new component. I have followed the guide on the start page in git hub and the module was working on my main app.component. Why does it not work on the this new component I have?
If anyone has this error:
You need to add TranslateModule to each module where you use translation
Most helpful comment
If anyone has this error:
You need to add
TranslateModuleto each module where you use translation