docs(webworker): add/correct experimental markers to web worker apis

This commit is contained in:
Igor Minar
2016-06-15 17:12:22 -07:00
parent 39e0b4903c
commit 26676c4833
2 changed files with 12 additions and 3 deletions

View File

@ -59,7 +59,7 @@ export const WORKER_UI_STARTABLE_MESSAGING_SERVICE =
new OpaqueToken('WorkerRenderStartableMsgService');
/**
* * @experimental
* @experimental
*/
export const WORKER_UI_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/> = [
PLATFORM_COMMON_PROVIDERS, {provide: WORKER_RENDER_PLATFORM_MARKER, useValue: true},
@ -67,7 +67,7 @@ export const WORKER_UI_PLATFORM_PROVIDERS: Array<any /*Type | Provider | any[]*/
];
/**
* * @experimental
* @experimental
*/
export const WORKER_UI_APPLICATION_PROVIDERS: Array<any /*Type | Provider | any[]*/> = [
APPLICATION_COMMON_PROVIDERS,
@ -120,7 +120,7 @@ function initWebWorkerRenderPlatform(): void {
}
/**
* * @experimental
* @experimental
*/
export function workerUiPlatform(): PlatformRef {
if (isBlank(getPlatform())) {