angular/modules/angular2/test/web-workers/worker
Tobias Bosch dd06a871b7 fix(render): allow to configure when templates are serialized to strings
Introduces the injectable `TemplateCloner` that can be configured via the new token `MAX_IN_MEMORY_ELEMENTS_PER_TEMPLATE_TOKEN`.

Also replaces `document.adoptNode` with `document.importNode` as otherwise
custom elements are not triggered in chrome 43.

Closes #3418
Closes #3433
2015-07-31 12:04:32 -07:00
..
broker_spec.ts Revert "feat(WebWorkers): Add WebWorker Todo Example. Add support for more DOM events." 2015-07-31 11:40:15 -07:00
renderer_spec.ts fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00
worker_test_util.ts feat(WebWorkers) Add DOM event support 2015-07-29 23:34:43 +00:00