I have 2 different Angular projects existing in the same workspace.
One with project name as cards
and component name is InquiryComponent
.
The other project name with cs-leave-inquiry
and component name as LeaveInquiryComponent
.
Now I want to access the component LeaveInquiryComponent
inside InquiryComponent
. Is this possible using shared modules?