I have header that should be used in both child and parent module.that was imported and used in parent module but when try to import and using in child component it showing erro
It would have been great , if you can share the code and the specified the error you are getting.
As per my understanding , you basically want to pass some data from parent component to its child component .
For this , you need to use @Input to pass parent params to child.
Component Interaction between parent and child
Let me know , if it helps or not