angular/modules/angular2_material/src/components
Rob Wormald 3fa287aae2 refactor(EventEmitter): rename .next() to .emit()
BREAKING CHANGE:

EventEmitter#next(value) is deprecated, use EventEmitter#emit(value)
instead.

Closes #4287

Closes #5302
2015-11-18 22:16:40 +00:00
..
button refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
checkbox refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
dialog refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
grid_list refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
input refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
progress-circular refactor(ViewEncapsulation): rename to PascalCase 2015-08-31 21:32:10 +00:00
progress-linear refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
radio refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
switcher feat(core): renames Property into Input and Event into Output 2015-10-01 04:36:23 +00:00