I am working on a basic Angular2 sample using NodeJS , and the editor
i am using is atom.
I have npm installed angular2(2.0.0-beta.17) and typescript
npm install angular2
npm install -g typescript
In my main.ts am importing
import { Component } from '@angular/core';
For the above line editor is displaying "Can not find module '@angular/core".
What is that I am missing.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…