angular-cn/modules/angular2/test
Tim Blasi 648c514c28 feat(dart/transform): Add directiveMetadata{To,From}Map
Add utility methods to convert `render.dom.DirectiveMetadata` to and
from maps. This will allow saving and restoring `DirectiveMetadata` in
the Angular 2 Transformer.

We discussed adding this as a member on `DirectiveMetadata`. Since this
is not necessary for anything except the Transformer, we decided to put
it into a separate file to avoid shipping it with the Angular 2 core
code.
2015-04-29 14:22:08 -07:00
..
change_detection fix(change_detector): ensure that locals are only used when implicit receiver 2015-04-28 23:40:22 +00:00
core refactor(core): introduce `ViewRef` and `ProtoViewRef` 2015-04-29 14:03:38 -07:00
di fix(di): improve error messages for invalid bindings 2015-04-28 23:42:36 +00:00
directives refactor(core): introduce `ViewRef` and `ProtoViewRef` 2015-04-29 14:03:38 -07:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade fix(ListWrapper): follow JS semantics 2015-04-23 09:46:09 +02:00
forms feat(view): reimplemented property setters using change detection 2015-04-23 11:55:27 -07:00
mock chore(rename): rename View and Template concepts for #1244 2015-04-10 12:00:37 -07:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
render/dom feat(dart/transform): Add directiveMetadata{To,From}Map 2015-04-29 14:22:08 -07:00
router fix(compiler): changed the compiler to set up event listeners and host properties on host view elements 2015-04-29 05:27:45 +00:00
services refactor(core): introduce `ViewRef` and `ProtoViewRef` 2015-04-29 14:03:38 -07:00
test_lib fix(test_lib): support multi matches with deep equality for function calls 2015-04-24 17:53:41 -07:00
transform feat(dart/transform): Dedup getters, setters, & methods 2015-04-27 17:04:31 -07:00