我正在尝试按照本教程: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的确切版本,我也不知道如何查找,这可能是由于本教程中使用的版本与我的版本不兼容?我怎么能超越这个?
答案 0 :(得分:0)
这是最终前的代码。自directives
的最终pipes
和@Component()
转到
@NgModule({
delcarations: [...]