Shared components For using the shared component in packages add in tsconfig.json { //... "references": [ { "path": "../../shared/components" } ] } and import the component import { SHARED_COMPONENT } from '../../../shared/components';