|
3c8fa8c50d
|
cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom
BREAKING CHANGE
Before
import {DomAdapter} from 'angular2/core';
After
import {DomAdapter} from 'angular2/platform/common_dom';
Closes #5370
|
2015-11-20 00:14:24 +00:00 |
|
|
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 |
|
|
1b78342e23
|
chore(ngUpgrade): Move into Angular2
This is moving ngUpgrade into the main repository per #4838.
The ngUpgrade is published from the main import consistent with
https://docs.google.com/document/d/1rbVTKTYLz6p2smQNYI8h4-QN-m2PS6F3iQIDmSzn0Ww/edit#heading=h.6cxvr9awtf5r
Closes #4931
|
2015-10-31 20:48:27 -07:00 |
|