From 0e1e107cd36f66136cc1a1336df5064f6ee0858f Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 19 May 2016 12:41:06 -0400 Subject: [PATCH] chore(CHANGELOG): fix the import for the ViewChild example --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4121a6aaa0..08e8a5d960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,7 +144,7 @@ class myApp { and the same example (in JavaScript): ```javascript -import {ViewChild} from 'angular2/core'; +import {ViewChild} from '@angular/core'; @App({ templateUrl: 'build/app.html',