angular2
Version:
Angular 2 - a web framework for modern web apps
11 lines (10 loc) • 934 B
TypeScript
import { PlatformRef, Type, ComponentRef } from 'angular2/core';
export { WORKER_APP_PLATFORM, WORKER_APP_APPLICATION_COMMON } from 'angular2/src/platform/worker_app_common';
export { WORKER_APP_APPLICATION } from 'angular2/src/platform/worker_app';
export { ClientMessageBroker, ClientMessageBrokerFactory, FnArg, UiArguments } from 'angular2/src/web_workers/shared/client_message_broker';
export { ReceivedMessage, ServiceMessageBroker, ServiceMessageBrokerFactory } from 'angular2/src/web_workers/shared/service_message_broker';
export { PRIMITIVE } from 'angular2/src/web_workers/shared/serializer';
export * from 'angular2/src/web_workers/shared/message_bus';
export { WORKER_APP_ROUTER } from 'angular2/src/web_workers/worker/router_providers';
export declare function workerAppPlatform(): PlatformRef;
export declare function bootstrapApp(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef>;