错误:找不到[组件名称]的组件工厂您是否将其添加到@ NgModule.entryComponents?

问题描述

我正在尝试进行堆叠闪电射击,但尝试运行它时却遇到了以下错误:

Error: No component factory found for TasksComponent. Did you add it to @NgModule.entryComponents?

以下是网址参考:Stackblitz

我在做什么错了?

解决方法

请添加注释

@Component({
    selector: 'app-tasks',templateUrl: './tasks.component.html',styleUrls: ['./tasks.component.css']
})

直接上课:

@Component({
    selector: 'app-tasks',styleUrls: ['./tasks.component.css']
})
export class TasksComponent implements OnInit {

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...