up:: Angular
If you can't compile due missing Input decorator name, make sure that you have it imported:
Input
import { Component, OnInit, Input } from '@angular/core';