@3dsource/angular-unreal-module 0.0.5 → 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.
|
@@ -12,4 +12,7 @@ import { VideoStreamStatusService } from '../services/video-stream-status.servic
|
|
|
12
12
|
import { WebRtcPlayerService } from '../services/web-rtc-player.service';
|
|
13
13
|
import { ImageCaptureService } from '../services/image-capture.service';
|
|
14
14
|
import { RegionsPingService } from '../services/regions-ping.service';
|
|
15
|
-
export declare const UNREAL_PROVIDERS: (import("@angular/core").EnvironmentProviders | (typeof CommandTelemetryService | typeof WebRtcPlayerService | typeof VideoStreamStatusService | typeof VideoService | typeof AFKService | typeof FreezeFrameService | typeof ConsoleExtensionsService | typeof UnrealCommunicatorService | typeof ImageCaptureService | typeof RegionsPingService | typeof SignallingService | typeof InputService | typeof AggregatorService | typeof StreamStatusTelemetryService)[]
|
|
15
|
+
export declare const UNREAL_PROVIDERS: (import("@angular/core").EnvironmentProviders | (typeof CommandTelemetryService | typeof WebRtcPlayerService | typeof VideoStreamStatusService | typeof VideoService | typeof AFKService | typeof FreezeFrameService | typeof ConsoleExtensionsService | typeof UnrealCommunicatorService | typeof ImageCaptureService | typeof RegionsPingService | typeof SignallingService | typeof InputService | typeof AggregatorService | typeof StreamStatusTelemetryService)[] | {
|
|
16
|
+
provide: import("@angular/core").InjectionToken<import("@3dsource/angular-unreal-module").UnrealInitialConfig>;
|
|
17
|
+
useValue: {};
|
|
18
|
+
})[];
|