美文网首页
Angular报错记录 - @Component

Angular报错记录 - @Component

作者: 飞鱼YE | 来源:发表于2017-10-26 14:14 被阅读0次
Unexpected value 'PaginationComponent' declared by the module 'AppModule' ...

报错原因:
因为装饰器@component需要紧挨着要导出的组件,没有这个修饰符,你的组件并不是一个真正的组件,只是一个类。

Angular报错记录 - @Component.png

相关文章

网友评论

      本文标题:Angular报错记录 - @Component

      本文链接:https://www.haomeiwen.com/subject/fiqkpxtx.html