it:ad:angular:howto:Export Components
Summary
So you've created a component in one Module, that you want to use in another Module.
And you're probably getting:
error ... 1. If 'core-components-header' is an Angular component and it has 'model' input, then verify that it is part of this module. ...
Process
- Make sure it's Declared in the first module AND it's Exported…