I am trying to make something work on angular2 and I am unable to find something about this behavior.
I have an application that implements a custom component like this
Your Plunker already contains the EventEmitter. The @Output() annotation is missing. To change the value call inputTextChanged.emit(newValue) (this also changes the value on inputText)
EventEmitter
@Output()
inputTextChanged.emit(newValue)
inputText