@angular/platform-webworker
Deprecated This package is deprecated and will be removed in a future version of Angular. See Angular deprecations policy.
入口点
主要
@angular/platform-webworker | 已废弃: all exports of this entry point are deprecated. Deprecated This package is deprecated and will be removed in a future version of Angular. See Angular deprecations policy. |
主入口点的导出
已弃用: all exports of this entry point are deprecated.
模块
WorkerAppModule | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular The ng module for the worker app side. |
类
FnArg | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
MessageBus | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular 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 | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
函数
bootstrapWorkerUi | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular Bootstraps the worker ui. |
结构
ClientMessageBroker | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
ClientMessageBrokerFactory | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
MessageBusSink | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
MessageBusSource | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
ReceivedMessage | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
SerializerTypes | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
ServiceMessageBroker | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular 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 a future version of Angular |
类型
WORKER_APP_LOCATION_PROVIDERS | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular The |
WORKER_UI_LOCATION_PROVIDERS | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular A list of |
platformWorkerApp | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |
platformWorkerUi | 已废弃: platform-webworker is deprecated in Angular and will be removed in a future version of Angular |