mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +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):
|
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',
|
||||||
|
Reference in New Issue
Block a user