refactor(ivy): remove pChild from LNode (#24705)

PR Close #24705
This commit is contained in:
Kara Erickson
2018-06-28 16:40:16 -07:00
committed by Misko Hevery
parent ff84c5c4da
commit d243baf48a
5 changed files with 23 additions and 38 deletions

View File

@ -518,7 +518,7 @@ describe('Runtime i18n', () => {
// Translated to:
// <ul i18n>
// <li *ngFor="let item of items">valeur: {{item}}</li>
// <li *ngFor="let item of items">valeur: {{item}}!</li>
// </ul>
template: (rf: RenderFlags, myApp: MyApp) => {
if (rf & RenderFlags.Create) {