EventEmitter 就是用于发出一个event,一般用于output
@Component({ |
可以和Rxjs的 subscribe一起用,具体看 angular2 + redux 使用。里面会用 rxjs 和 immutable
传值方法主要是emit。emit(value: T) { super.next(value); }
未来修改方向是Rxjs,来替代emit等方法
subscribe(generatorOrNext?: any, error?: any, complete?: any): any { |