refactor(playground): remove imports from 'angular2/angular2'

Part of #5710

Closes #5798
This commit is contained in:
Pawel Kozlowski
2015-12-10 16:24:34 +01:00
parent df6d2d1e23
commit 8d3e5596dc
11 changed files with 28 additions and 31 deletions

View File

@ -1,10 +1,9 @@
import {Component, View, NgFor} from 'angular2/angular2';
import {Component} from 'angular2/core';
import {Jsonp, Response} from 'angular2/http';
import {ObservableWrapper} from 'angular2/src/facade/async';
@Component({selector: 'jsonp-app'})
@View({
directives: [NgFor],
@Component({
selector: 'jsonp-app',
template: `
<h1>people</h1>
<ul class="people">