没有导出的成员'视图'

时间:2015-07-24 13:58:57

标签: node.js typescript angular

我正在关注Angular2 5分钟示例,而打字稿正在抛出错误:

import {Component,View,bootstrap} from 'angular2/angular2';

给出错误:

Module '"angular2/angular2"' has no exported member 'view'.

我看到exported member for上有一个相关的问题,但它是针对alpha 23/26,我们目前在31岁。

有没有人碰到这个或有决议?

1 个答案:

答案 0 :(得分:0)

  

现在有趣的是,这有效。我唯一做的就是在我的电脑上更新git。

如果在后台下载新文件(如角度定义),则需要重新启动IDE。

FWIW atom-typescript提供了一个同步选项,原因如下:https://github.com/TypeStrong/atom-typescript#sync