Recently, I got this error while working with the ngx-translate
library:
Error: apps/app/src/app/app.component.html:10:72 - error NG8004: No pipe found with name 'translate'.
You need to add TranslateModule
from @ngx-translate/core
to imports
array of your feature module:
imports: [TranslateModule]