I am using typescript 1.6 with es6 modules syntax.
My files are:
test.ts:
module App { export class SomeClass { getNam
The file needs to add Component from core hence add the following import to the top
import { Component } from '@angular/core';