Angular2组件中的指令

时间:2017-02-04 21:32:56

标签: rest angular

我正在尝试按照本教程:https://www.youtube.com/watch?v=L7xPwhwbcHE&t=241s在Angular 2应用程序中使用HTTP Rest调用。

当我到达@Component注释中包含指令的点时,我收到此错误:

Argument of type '{ selector: string; templateUrl: string; directives: typeof HttpTestComponent[]; }' is not assignable to parameter of type 'Component'.
Object literal may only specify known properties, and 'directives' does not exist in type 'Component'.

我不知道我使用的Angular2的确切版本,我也不知道如何查找,这可能是由于本教程中使用的版本与我的版本不兼容?我怎么能超越这个?

1 个答案:

答案 0 :(得分:0)

这是最终前的代码。自directives的最终pipes@Component()转到

@NgModule({
  delcarations: [...]

另见https://angular.io/docs/ts/latest/guide/ngmodule.html