refactor(material): remove imports from 'angular2/angular2'
Closes #5800
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {Component, View, ViewEncapsulation, OnChanges} from 'angular2/angular2';
|
||||
import {Component, View, ViewEncapsulation, OnChanges} from 'angular2/core';
|
||||
|
||||
import {TimerWrapper} from 'angular2/src/facade/async';
|
||||
import {isPresent} from 'angular2/src/facade/lang';
|
||||
|
Reference in New Issue
Block a user