fix(web_workers): support @AngularEntrypoint in web workers
And enable transformers on all playground apps Closes #6013
This commit is contained in:
@ -17,7 +17,7 @@ import 'package:angular2/src/core/reflection/reflection.dart';
|
||||
|
||||
@AngularEntrypoint()
|
||||
void main() {ngStaticInit.initReflector();
|
||||
ngStaticInit.initReflector();/*reflector.reflectionCapabilities = new ReflectionCapabilities();*/
|
||||
/*reflector.reflectionCapabilities = new ReflectionCapabilities();*/
|
||||
bootstrapStatic(MyComponent);
|
||||
}
|
||||
""";
|
||||
|
Reference in New Issue
Block a user