12
CHANGELOG.md
12
CHANGELOG.md
@ -33,8 +33,16 @@
|
|||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
|
|
||||||
* Before import {Observable} from 'angular2/core'
|
* `Observable` are no more re-exported from `angular2/core`
|
||||||
After import {Observable} from 'rxjs/Observable';
|
|
||||||
|
Before
|
||||||
|
```
|
||||||
|
import {Observable} from 'angular2/core'
|
||||||
|
```
|
||||||
|
After
|
||||||
|
```
|
||||||
|
import {Observable} from 'rxjs/Observable';
|
||||||
|
```
|
||||||
|
|
||||||
* The setupWebWorker function exported from
|
* The setupWebWorker function exported from
|
||||||
angular2/platform/worker_app no longer returns a promise of providers,
|
angular2/platform/worker_app no longer returns a promise of providers,
|
||||||
|
Reference in New Issue
Block a user