angular-docs-cn/modules/angular2/test/core/render
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
..
dom feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
api_spec.ts refactor(view): remove hostActions 2015-08-27 22:32:21 -07:00
event_config_spec.ts feat(WebWorkers): Add WebSocket MessageBuses for debugging apps 2015-08-26 19:07:53 -07:00
view_factory_spec.ts chore(typings): remove traceur-runtime.d.ts 2015-09-30 00:07:16 +00:00
view_spec.ts feat(render): add generic view factory based on the template commands 2015-09-25 11:56:58 -07:00
xhr_impl_spec.ts chore: update all import paths 2015-08-25 15:33:23 -07:00
xhr_mock_spec.ts chore: update all import paths 2015-08-25 15:33:23 -07:00