angular/modules/angular2/src/core/facade
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
..
async.dart chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
async.ts feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
browser.dart chore: move core modules into core directory 2015-08-25 15:33:22 -07:00
browser.ts feat(perf): change detection profiler 2015-09-09 01:12:58 +00:00
collection.dart refactor(pipes): remove LimitTo pipe in favor of slice pipe 2015-09-15 11:42:31 -07:00
collection.ts chore(typings): remove traceur-runtime.d.ts 2015-09-30 00:07:16 +00:00
exception_handler.ts chore(typescript): fixes dart failures and linter 2015-09-25 20:15:55 +00:00
exceptions.dart fix(exception_handler): fix error messages of wrapped exceptions 2015-09-10 22:26:56 +00:00
exceptions.ts fix(exceptions): NoAnnotationError message is not displayed 2015-09-17 00:58:55 +00:00
intl.dart chore: Make enum names consistent with TypeScript convention 2015-08-27 22:32:21 -07:00
intl.ts chore: Make enum names consistent with TypeScript convention 2015-08-27 22:32:21 -07:00
lang.dart chore(ts): fix TODOs that were pending on 1.6 upgrade 2015-09-29 03:23:25 +00:00
lang.ts chore(typings): remove traceur-runtime.d.ts 2015-09-30 00:07:16 +00:00
math.dart feat(animate): adds basic support for CSS animations on enter and leave 2015-09-14 17:37:09 +00:00
math.ts chore: update all import paths 2015-08-25 15:33:23 -07:00