以下图像中的所需结构和工作结构,请先查看。
folder+componet+module structure and imports details IMAGE
错误:
ERROR in app/layouts/homepage/homepage.component.html:1:1 - error NG8001: 'app-header' is not a known element:
1. If 'app-header' is an Angular component, then verify that it is part of this module.
2. If 'app-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <app-header></app-header>
~~~~~~~~~~~~~~~~~~~~~~~~~
app/layouts/homepage/homepage.component.ts:10:16
10 templateUrl: './homepage.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
我不想在app.module.ts中导入(SharedModule)shared.module.ts,只想在已使用SharedModule的模块中(homepage.module.ts + addNewUser.module.ts)。
列表项
使用角度9
答案 0 :(得分:2)
问题解决了, 我的错误
有需要的人可以得到我的帮助。