refactor(playground): update Zippy to use @Input and @Output
This commit is contained in:
parent
6f1a89e3a9
commit
045919b595
@ -1,4 +1,4 @@
|
|||||||
import {Component, View, EventEmitter, Input, Output} from 'angular2/angular2';
|
import {Component, EventEmitter, Input, Output} from 'angular2/angular2';
|
||||||
import {ObservableWrapper} from 'angular2/src/core/facade/async';
|
import {ObservableWrapper} from 'angular2/src/core/facade/async';
|
||||||
|
|
||||||
@Component({selector: 'zippy', templateUrl: 'zippy.html'})
|
@Component({selector: 'zippy', templateUrl: 'zippy.html'})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user