@3dsource/angular-unreal-module 0.0.6 → 0.0.7

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.
@@ -6773,6 +6773,10 @@ const UNREAL_PROVIDERS = [
6773
6773
  provideState(unrealFeature),
6774
6774
  provideEffects([UnrealEffects]),
6775
6775
  UNREAL_SERVICES,
6776
+ {
6777
+ provide: UNREAL_CONFIG,
6778
+ useValue: {}
6779
+ },
6776
6780
  ];
6777
6781
 
6778
6782
  /**