@3dsource/angular-unreal-module 0.0.81 → 0.0.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3394,6 +3394,7 @@ function provideAngularUnrealModule(config) {
3394
3394
  provideEnvironmentInitializer(() => {
3395
3395
  inject(UnrealCommunicatorService);
3396
3396
  inject(AggregatorService);
3397
+ inject(InputService);
3397
3398
  inject(StreamStatusTelemetryService);
3398
3399
  inject(ConsoleExtensionsService);
3399
3400
  inject(AFKService);