chore(packaging): update import for the new file structure

This commit is contained in:
Yegor Jbanov
2015-02-05 13:08:05 -08:00
parent 3820609f24
commit 3f228669d7
134 changed files with 603 additions and 646 deletions

View File

@ -1,5 +1,5 @@
import {DOM, Element} from 'facade/src/dom';
import {normalizeBlank} from 'facade/src/lang';
import {DOM, Element} from 'angular2/src/facade/dom';
import {normalizeBlank} from 'angular2/src/facade/lang';
export class NgElement {
domElement:Element;