Im getting this kind of error despite of the fact i imported Component from angular2/core what should be its source is files are not downloaded through npm install or my node is needs to be upgrade
Here is my file
import {bootstrap} from 'angular2/platform/browser';
import {Component, View} from 'angular2/core';
@Component({
})