How to call parent component\'s function when child component observed input changes?
The below is HTML structure.
# app.comopnent.html
The input event is bubbling and can be listened on the parent component
input
Plunker example