feat(WebWorkers): Add WebSocket MessageBuses for debugging apps

Closes #3858
This commit is contained in:
Jason Teplitz
2015-08-26 10:41:41 -07:00
parent 9f576b0233
commit 4ba4427510
24 changed files with 959 additions and 46 deletions

View File

@ -1,6 +1,7 @@
library angular2.transform.template_compiler.reflection.model;
import 'package:angular2/src/core/render/dom/util.dart';
import 'package:angular2/src/core/render/event_config.dart';
/// Defines the names of getters, setters, and methods which need to be
/// available to Angular 2 via the `reflector` at runtime.