mode_edit codeAPI / @angular/platform-webworkerWORKER_APP_LOCATION_PROVIDERSlinkconst 试验性的The PlatformLocationproviders that should be added when the Locationis used in a worker context.const WORKER_APP_LOCATION_PROVIDERS: ({ provide: typeof PlatformLocation; useClass: typeof WebWorkerPlatformLocation; } | { provide: I...;