每一个你不满意的现在,都有一个你不努力的曾经. 网站首页 > js
解决:Component Xxx is not part of any NgMo
发布时间:2019-03-21 10:23:30 修改时间:2019-03-21 10:23:30 阅读:7909 评论:0 0
Component Xxx is not part of any NgModule or the module has not been imported into your module.
原因:没有在NgModule中声明此模板
解决办法:将XxxComponent 添加到 xxx.module.ts文件的@NgModule位置 ,如下
@NgModule({declarations: [XxxComponent],...})
注意大小写。
如有侵权,立即删除!
回复列表
关键字词:not,span,NgModule,is,part,Component
上一篇:css常用属性
下一篇:web前端页面访问的两种方式