I have defined the following Angular2 component:
import {Component} from \'angular2/core\'; @Component({ selector: \'my-app\', moduleId: module.id, te
Instead of "ambient" try "global" by Typings 1.0
typings install dt~node --global --save