I have created a dialog as a component to be reused inside my angular project, when I try to import any module inside my dialog the page doesn't work.
The hierarchy of my project:
So I imported the dialog-m component inside employee-dash page and it works fine. Then I want to import custom-made module inside dialog-m but it does not work. Although when I import custom-made inside employee-dash it works fine.