fix(web_workers): remove unnecessary setup module and AppRootUrl
Since AppRootUrl is removed, the logic for extending and emitting the root url as part of the setup seems unnecessary. BREAKING CHANGES: The setupWebWorker function exported from angular2/platform/worker_app no longer returns a promise of providers, but instead synchronously returns providers. Related to #5815 Closes #5820
This commit is contained in:
@ -614,9 +614,6 @@ var NG_COMPILER = [
|
||||
"VariableAst.sourceSpan=",
|
||||
"VariableAst.value",
|
||||
"VariableAst.value=",
|
||||
"AppRootUrl",
|
||||
"AppRootUrl.value",
|
||||
"AppRootUrl.value=",
|
||||
"DEFAULT_PACKAGE_URL_PROVIDER",
|
||||
"UrlResolver",
|
||||
"UrlResolver.resolve()",
|
||||
|
Reference in New Issue
Block a user