refactor(imports): simplify paths

This commit is contained in:
Victor Berchet
2016-05-31 15:22:59 -07:00
parent b00b9fe564
commit 27a47e7841
154 changed files with 291 additions and 294 deletions

View File

@ -1,6 +1,6 @@
import {XHR} from '@angular/compiler';
import {PromiseWrapper, PromiseCompleter} from '../../src/facade/promise';
import {isPresent} from '../../src/facade/lang';
import {PromiseWrapper, PromiseCompleter} from '../facade/promise';
import {isPresent} from '../facade/lang';
export class XHRImpl extends XHR {
get(url: string): Promise<string> {