Could not find native solution, but you can use (ngModelChange) and then get the parsed value like this:
parseTextArea() {
this.textareaParsed = this.textarea.split("\n");
}
and in your template:
See this plunker: textarea example (in Chrome, IE has some issues with config.js...)