I started to program Angular 2 and I stuck with an error:
ts1206 decorators are not valid here
@Component({ // ts1206 de
interface Props{ ... }
@Component({ ... })
export class someComponent{}