angular/modules/angular2_material/src/components
Rob Wormald ca3986f31d refactor(async): refactor EventEmitter
Refactor EventEmitter and Async Facade to match ES7 Observable semantics, properly use RxJS typedefs, make EventEmitter inherit from RxJS Subject. Closes #4149.

BREAKING CHANGE:
- consumers of EventEmitter no longer need to call .toRx()
- EventEmitter is now generic and requires a type - e.g. `EventEmitter<string>`
- EventEmitter and Observable now use the `.subscribe(generatorOrNext, error, complete)` method instead of `.observer(generator)`
- ObservableWrapper uses `callNext/callError/callComplete` instead of `callNext/callThrow/callReturn`
2015-10-29 23:06:16 +00:00
..
button fix(typings): repair broken typechecks 2015-10-06 13:28:17 +00:00
checkbox feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
dialog feat(di): change the params of Provider and provide to start with "use" 2015-10-12 21:09:09 +00:00
grid_list feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00
input refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00
progress-circular refactor(ViewEncapsulation): rename to PascalCase 2015-08-31 21:32:10 +00:00
progress-linear fix(typings): repair broken typechecks 2015-10-06 13:28:17 +00:00
radio refactor(async): refactor EventEmitter 2015-10-29 23:06:16 +00:00
switcher feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00