docs(changelog): fix header for 2.0.0-beta.0
This commit is contained in:
parent
2f4e176054
commit
7918f3c1fc
|
@ -201,11 +201,11 @@ bundle. `ngUpgrade` has a dedicated `upgrade.js` bundle now.
|
|||
|
||||
* `Observable` are no more re-exported from `angular2/core`
|
||||
|
||||
Before
|
||||
Before
|
||||
```
|
||||
import {Observable} from 'angular2/core'
|
||||
```
|
||||
After
|
||||
After
|
||||
```
|
||||
import {Observable} from 'rxjs/Observable';
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue