parent
9a70f1a1d9
commit
d116861c8e
|
@ -154,7 +154,7 @@ Use imports from `angular2/compiler` instead.
|
||||||
<my-cmp (myEvent)="action()">
|
<my-cmp (myEvent)="action()">
|
||||||
<my-cmp [(myProp)]="prop">
|
<my-cmp [(myProp)]="prop">
|
||||||
<input #myInput>`,
|
<input #myInput>`,
|
||||||
<template ngFor="#myItem" [ngForOf]=items #myIndex="index">
|
<template ngFor "#myItem" [ngForOf]=items #myIndex="index">
|
||||||
```
|
```
|
||||||
|
|
||||||
The full migration instruction can be found at [angular2/docs/migration/kebab-case.md](https://github.com/angular/angular/blob/master/modules/angular2/docs/migration/kebab-case.md).
|
The full migration instruction can be found at [angular2/docs/migration/kebab-case.md](https://github.com/angular/angular/blob/master/modules/angular2/docs/migration/kebab-case.md).
|
||||||
|
|
Loading…
Reference in New Issue