если я хочу использовать один компонент в разметке другого мне оба нужно указать декларациях AppModule ? сейчас получаю
'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.ngtsc(-998001)
Декоарировать нужно там, внутри какого ближайшего модуля используется компонент
https://metanit.com/web/angular2/2.2.php
Обсуждают сегодня