Input & @Output - Building Web Applications in Angular 2
У вашего броузера проблема в совместимости с HTML5
Lukas explains the @Input and @Output decorators. These decorators are defined in a component class and bound within the component’s template. The @Output decorator also exposes an EventEmitter property that will dispatch an event to the parent component.