Open paradite opened 8 years ago
documentation: https://angular.io/docs/ts/latest/cookbook/component-communication.html#!#bidirectional-service
another easy way to solve this issue is:
in this way, we do not need to change the event emitter to observable
@ZhangYiJiang see comment above is it okay?