填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

@angular/platform-webworker

入口点

主要

@angular/platform-webworker

主入口点的导出

模块

WorkerAppModule

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

The ng module for the worker app side.

FnArg
MessageBus

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

Message Bus is a low level API used to communicate between the UI and the background. Communication is based on a channel abstraction. Messages published in a given channel to one MessageBusSink are received on the same channel by the corresponding MessageBusSource.

UiArguments

函数

bootstrapWorkerUi

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

Bootstraps the worker ui.

结构

ClientMessageBroker

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

ClientMessageBrokerFactory

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

MessageBusSink
MessageBusSource
ReceivedMessage

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

SerializerTypes

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

ServiceMessageBroker

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

Helper class for UIComponents that allows components to register methods. If a registered method message is received from the broker on the worker, the UIMessageBroker deserializes its arguments and calls the registered method. If that method returns a promise, the UIMessageBroker returns the result to the worker.

ServiceMessageBrokerFactory

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

类型

WORKER_APP_LOCATION_PROVIDERS

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

The PlatformLocationproviders that should be added when the Locationis used in a worker context.

WORKER_UI_LOCATION_PROVIDERS

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

A list of Providers. To use the router in a Worker enabled application you must include these providers when setting up the render thread.

platformWorkerApp

已废弃: platform-webworker is deprecated in Angular and will be removed in version 10

platformWorkerUi