You can annotate individual service builder methods in AppModule with @EagerLoad. There's also ServiceBindingOptions.eagerLoad() available for bind().
Not sure if there's a global option.
You can annotate individual service builder methods in AppModule with @EagerLoad. There's also ServiceBindingOptions.eagerLoad() available for bind().
Not sure if there's a global option.