预编译在RC5中导致错误:
错误是
类型的参数' {selector:string; templateUrl:string;指令: ((typeof RouterOutlet | typeof RouterLink | ...'不可分配给 类型' ComponentMetadataType'的参数。对象文字可能只是 指定已知属性,并预先编译'在类型中不存在 ' ComponentMetadataType&#39 ;. (属性)预编译:typeof LandingPageComponent []
我在这里做的建议是什么?删除错误的行?添加具有相同功能的东西吗?
答案 0 :(得分:6)
precompile
已重命名为entryComponents
。
您可以查看以下提交以获取更多详细信息: https://github.com/angular/angular/commit/6f4e49e