预编译现在导致RC 5中的错误 - Angular 2

时间:2016-08-13 02:49:02

标签: angular

预编译在RC5中导致错误:

enter image description here

错误是

  

类型的参数' {selector:string; templateUrl:string;指令:   ((typeof RouterOutlet | typeof RouterLink | ...'不可分配给   类型' ComponentMetadataType'的参数。对象文字可能只是   指定已知属性,并预先编译'在类型中不存在   ' ComponentMetadataType&#39 ;. (属性)预编译:typeof   LandingPageComponent []

我在这里做的建议是什么?删除错误的行?添加具有相同功能的东西吗?

1 个答案:

答案 0 :(得分:6)

precompile已重命名为entryComponents

您可以查看以下提交以获取更多详细信息: https://github.com/angular/angular/commit/6f4e49e

或者这个问题在这里 Latest builds from Angular2 complain with: NgModule DynamicModule uses HomeComponent via "entryComponents"