angular/modules
vsavkin adbfd29fd7 feat(core): renames Property into Input and Event into Output
BREACKING CHANGE:

Before: @Directive({properties: ['one'], events: ['two']})
After: @Directive({inputs: ['one'], outputs: ['two']})

Before: @Component({properties: ['one'], events: ['two']})
After: @Componet({inputs: ['one'], outputs: ['two']})

Before: class A {@Property() one; @Event() two;}
After: class A {@Input() one; @Output() two;}
2015-10-01 04:36:23 +00:00
..
angular1_router feat(angular_1_router): add ngRouteShim module 2015-09-21 12:13:07 -07:00
angular2 feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
angular2_material feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
benchmarks feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
benchmarks_external fix(build): Use Angular's testability API to wait for end of e2e tests 2015-10-01 03:41:10 +00:00
benchpress chore(ts): fix TODOs that were pending on 1.6 upgrade 2015-09-29 03:23:25 +00:00
examples feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
upgrade feat(upgrade): Allow including ng2/1 components in ng1/2 2015-09-23 05:02:43 +00:00