Looks like this issue https://github.com/angular/angular/issues/8519
- maybe you need to update the parameter list of the
transform() function of a pipe
- you might miss the
emitDecoratorMetadata: true in your config
- have a circular dependency that is not resolved using
forwardRef()
- some import that doesn't resolve
- missing
@Injectable() on a service
- ...