为什么一直提示报错是什么原因呢??
来源:4-3 指令的概念(2)

昨夜星辰1024
2024-07-02
写回答
1回答
-
接灰的电子产品
2024-07-02
你这几个 component 都声明为独立组件了吧?看报错是这样的,你看看 是不是设置了 “standalone: true”
@Component({ standalone: true, })export class StandaloneComponent { // component logic}
042024-08-29
相似问题