anguler报错Did you add it to @NgModule.entryComponents?

angular项目新增的组件引用的时候报错“Did you add it to @NgModule.entryComponents?”,解决办法就是在入口文件的module中添加新增组件的component


anguler报错Did you add it to @NgModule.entryComponents?_第1张图片

你可能感兴趣的:(angular)