chore(CHANGELOG): fix the import for the ViewChild example

This commit is contained in:
Brandy Carney
2016-05-19 12:41:06 -04:00
parent 8598a2e2d2
commit 0e1e107cd3

View File

@ -144,7 +144,7 @@ class myApp {
and the same example (in JavaScript): and the same example (in JavaScript):
```javascript ```javascript
import {ViewChild} from 'angular2/core'; import {ViewChild} from '@angular/core';
@App({ @App({
templateUrl: 'build/app.html', templateUrl: 'build/app.html',