angular/modules/angular2/src/core
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
..
annotations cleanup(di): renamed viewInjector and hostInjector 2015-07-31 09:49:51 -07:00
annotations_impl cleanup(di): renamed viewInjector and hostInjector 2015-07-31 09:49:51 -07:00
compiler cleanup(di): renamed viewInjector and hostInjector 2015-07-31 09:49:51 -07:00
life_cycle chore(docs): added more docs for core.ts 2015-07-25 03:20:12 +00:00
testability feat(testability): Expose function getAllAngularTestabilities 2015-07-31 01:23:55 +00:00
zone style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
application.dart style(dart): Run dartfmt v0.1.8+2 on all pure Dart code 2015-07-28 12:44:03 -07:00
application.ts feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
application_common.ts fix(render): allow to configure when templates are serialized to strings 2015-07-31 12:04:32 -07:00
application_static.dart fix(bootstrap): fix expressions containing bootstrap (fixes #3309) 2015-07-30 12:06:53 -07:00
application_tokens.ts fix(typings): test our .d.ts with --noImplicitAny 2015-07-24 11:24:44 -07:00
exception_handler.ts feat(core): provide an error context when an exception happens in an error handler 2015-07-28 14:22:15 -07:00