fix(WebWorker): remove the platform-browser dependency on compiler
This commit is contained in:
@ -1241,7 +1241,7 @@ const BROWSER = [
|
||||
'disableDebugTools():void',
|
||||
'enableDebugTools(ref:ComponentRef<any>):void',
|
||||
'inspectNativeElement(element:any):DebugNode',
|
||||
'browserStaticPlatform():PlatformRef'
|
||||
'browserPlatform():PlatformRef'
|
||||
];
|
||||
|
||||
describe('public API', () => {
|
||||
|
Reference in New Issue
Block a user