refactor(playground): remove imports from 'angular2/angular2'
Part of #5710 Closes #5798
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import {Component, EventEmitter, Input, Output} from 'angular2/angular2';
|
||||
import {Component, EventEmitter, Input, Output} from 'angular2/core';
|
||||
import {ObservableWrapper} from 'angular2/src/facade/async';
|
||||
|
||||
@Component({selector: 'zippy', templateUrl: 'zippy.html'})
|
||||
|
Reference in New Issue
Block a user