You need to imports: [ TranslateModule ]
into whatever module the BookingComponent
is declare in. The import in the app module only makes the pipes available to components declared in that module. But providers/services are globally registered from the module (unlike components, directives, and pipes)