标签: npm angular
如果我在项目中添加Angular 2 repository作为依赖项:
npm install https://github.com/angular/angular.git
然后我无法解决我的导入问题。例如:
import {Component} from '@angular/core';
将返回:
Cannot find module '@angular/core'
在我的项目中使用Angular 2的Github检查有没有干净方便的方法?