docs(platform-webworker): remove mention of version 10 (#37052)

The deprecation notice for platform-webworker
APIs is too prescriptive and notes that we will
remove the package in version 10. Since we are
not planning to do this for version 10, this
commit updates the notice to read "a future
version of Angular".

PR Close #37052
This commit is contained in:
Kara Erickson
2020-05-11 14:41:13 -07:00
committed by Misko Hevery
parent 77218d6974
commit a235daee71
13 changed files with 47 additions and 24 deletions

View File

@ -16,7 +16,8 @@ export {VERSION} from './version';
/**
* @publicApi
* @deprecated platform-webworker is deprecated in Angular and will be removed in version 10
* @deprecated platform-webworker is deprecated in Angular and will be removed in a future version
* of Angular
*/
export const platformWorkerAppDynamic =
createPlatformFactory(platformCoreDynamic, 'workerAppDynamic', [

View File

@ -16,6 +16,7 @@ import {Version} from '@angular/core';
/**
* @publicApi
* @deprecated platform-webworker is deprecated in Angular and will be removed in version 10
* @deprecated platform-webworker is deprecated in Angular and will be removed in a future version
* of Angular
*/
export const VERSION = new Version('0.0.0-PLACEHOLDER');