You have to use shared module.
SharedModule exists to make commonly used components, directives and pipes available for use in the templates of components in many other modules.
You have to export & import it in other modules where ever you want.
for more details see the link shared module