build: fix circular dep between interface and l_node by merging (#20855)

PR Close #20855
This commit is contained in:
Miško Hevery
2017-12-20 10:47:22 -08:00
committed by Igor Minar
parent 66528a21f6
commit 5a7bf36723
17 changed files with 451 additions and 432 deletions

View File

@ -7,7 +7,7 @@
*/
import {ɵC as C, ɵD as D, ɵE as E, ɵT as T, ɵV as V, ɵb as b, ɵb1 as b1, ɵc as c, ɵcR as cR, ɵcr as cr, ɵdefineComponent as defineComponent, ɵdetectChanges as _detectChanges, ɵe as e, ɵp as p, ɵs as s, ɵt as t, ɵv as v} from '@angular/core';
import {ComponentDef} from '@angular/core/src/render3/public_interfaces';
import {ComponentDef} from '@angular/core/src/render3/definition_interfaces';
import {TreeNode, buildTree, emptyTree} from '../util';