fix(platform-webworker): remove platform-webworker and platform-webworker-dynamic (#38846)

Remove @angular/platform-webworker and @angular/platform-webworker-dynamic
as they were deprecated in v8

BREAKING CHANGE: @angular/platform-webworker and @angular/platform-webworker-dynamic
have been removed as they were deprecated in v8

PR Close #38846
This commit is contained in:
Joey Perrott
2020-09-14 15:48:03 -07:00
committed by Alex Rickabaugh
parent 1b70dc931d
commit 93c3d8f9fd
134 changed files with 12 additions and 5787 deletions

View File

@ -10,8 +10,6 @@ Our semver, timed-release cycle and deprecation policy currently applies to thes
- `@angular/platform-browser`
- `@angular/platform-browser-dynamic`
- `@angular/platform-server`
- `@angular/platform-webworker`
- `@angular/platform-webworker-dynamic`
- `@angular/upgrade`
- `@angular/router`
- `@angular/service-worker`
@ -79,10 +77,10 @@ INFO: From Testing //packages/core:core_api:
ngModule: Type<T>;
providers?: Provider[];
}
-export declare type NgIterable<T> = Array<T> | Iterable<T>;
+export declare type NgIterable<T> = Iterable<T>;
export declare interface NgModule {
bootstrap?: Array<Type<any> | any[]>;
declarations?: Array<Type<any> | any[]>;