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:

committed by
Misko Hevery

parent
77218d6974
commit
a235daee71
@ -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', [
|
||||
|
@ -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');
|
||||
|
Reference in New Issue
Block a user