angular/modules/angular2/test/render/dom
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
..
compiler fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00
events feat: remove MapWrapper.contains(). 2015-06-18 14:55:12 -07:00
schema feat(compiler): introduce schema for elements 2015-07-29 19:40:46 +02:00
view fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00
convert_spec.ts feat: remove MapWrapper.create()/get()/set(). 2015-06-18 14:55:12 -07:00
dom_renderer_integration_spec.ts refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) 2015-07-28 22:33:11 -07:00
dom_testbed.ts refactor(shadow_dom): remove ShadowDomStrategy in favor of @View(encapsulation) 2015-07-28 22:33:11 -07:00
template_cloner_spec.ts fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00