In our Angular 8 project, we have a container component for user registration (user.registartion). Also, we have a reusable component for updating the user information (user.component). Both components has to show a 'user policy' pop-up which is also a reusable component (policy.component). The following picture shows my project structure.
But I can't show the Policy popup in both components. It showing the following error on the user registration page.
How can I access the 'Policy' Component from both the User registration and the User Information component?