我正在尝试使用通用入门示例来了解有关使用 Angular2 进行服务器渲染的更多信息,我想使用 gulp 而不是 webpack。问题是服务器启动时我有:
/Users/jaumard/IdeaProjects/trails-angular2-isomorphic/node_modules/@angular/core/src/util/decorators.js:165
throw 'reflect-metadata shim is required when using class decorators';
^
reflect-metadata shim is required when using class decorators
我看到一些帖子说要添加import 'reflect-metadata';
,但这并不能解决我的问题:(我想我错过了一些东西,但不知道它是什么......这是我使用的代码https://github.com/ jaumard/trails-angular2-isomorphic