app.component.html 报错
来源:2-6 【组件封装】分离封装第一个组件
NeoC
2020-05-19
老师你好。请问根据课程里面的步骤改了index.ts以后网页正常显示也没有任何问题。但是VSCode里面app.component.html 报错提示:
'app-scrollable-tab' is not a known element:
1. If 'app-scrollable-tab' is an Angular component, then verify that it is part of this module.
2. If 'app-scrollable-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
这是什么问题呢?
写回答
1回答
-
看看有没有在module中导入,看一下git源码对比一下
012020-06-01
相似问题