angular-cn/modules/angular2/test/render/dom
Martin Probst c7e48350d3 chore: kill ListWrapper.create() and .push().
These wrappers are not natively understood by
ts2dart. Removing them will improve Dart2JS
compilation due to fewer megamorphic calls to List
functions.

It also makes Angular code more succinct and
improves type safety in Angular due to better type
inference of the Array component type.

This change exposed several bugs in Angular.
2015-06-17 16:21:55 -07:00
..
compiler chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
events refactor(render): ts’ify tests 2015-05-26 09:38:26 -07:00
shadow_dom chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
view chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
convert_spec.ts fix(DirectiveMetadata): add support for events, changeDetection 2015-06-12 19:05:51 +02:00
dom_renderer_integration_spec.ts fix(views): remove dynamic component views, free host views, free embedded views 2015-06-17 11:33:51 -07:00
dom_testbed.ts chore: kill ListWrapper.create() and .push(). 2015-06-17 16:21:55 -07:00
shadow_dom_emulation_integration_spec.ts refactor(ShadowDomStrategy): remove unused imports in test 2015-06-16 17:41:32 +02:00