jteplitz
|
a1c53eec6b
|
Refactor(WebWorker): Unify WebWorker naming
Closes #3205
|
2015-08-07 14:43:52 -07:00 |
|
Tim Blasi
|
f11f4e0b45
|
style(dart): Format with dartfmt v0.2.0
Format all pure Dart code with package:dart_style v0.2.0
Command:
```
find -type f -name "*.dart" | xargs dartformat -w
```
|
2015-08-05 11:04:29 -07:00 |
|
Jason Teplitz
|
7b834e02ec
|
feat(WebWorkers) Add DOM event support
closes #3046
|
2015-07-29 23:34:43 +00:00 |
|
Jason Teplitz
|
771c0170d9
|
feat(web-workers) Add WebWorker Renderer
Allows angular apps to be rendered from the webworker!
Closes #3052, #3053, and #3097
|
2015-07-23 18:29:10 -07:00 |
|
Jason Teplitz
|
33500e986b
|
feat(webworkers) Add MessageBus, Broker, and Serializer
|
2015-07-15 11:49:10 -07:00 |
|