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,5 +1,5 @@
import {Directive, ViewContainerRef, TemplateRef} from '@angular/core';
import {isBlank} from '../../src/facade/lang';
import {isBlank} from '../facade/lang';
/**
* Removes or recreates a portion of the DOM tree based on an {expression}.