We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37799a commit eba7073Copy full SHA for eba7073
modules/playground/src/web_workers/todo/server_index.dart
@@ -6,8 +6,10 @@ import "package:angular2/src/web_workers/worker/application_common.dart"
6
import 'dart:io';
7
import "package:angular2/src/core/reflection/reflection_capabilities.dart";
8
import "package:angular2/src/core/reflection/reflection.dart";
9
+import "package:angular2/src/core/dom/html_adapter.dart";
10
11
void main() {
12
+ Html5LibDomAdapter.makeCurrent();
13
reflector.reflectionCapabilities = new ReflectionCapabilities();
14
HttpServer.bind('127.0.0.1', 1337).then((HttpServer server) {
15
var bus = new MultiClientServerMessageBus.fromHttpServer(server);
0 commit comments