mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
chore(CHANGELOG): fix the import for the ViewChild example
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user