Angular - Using a component across multiple modules
问题 What I'm using Angular What I'm trying to do I have a loading component I want to reuse across multiple modules What I've done I've created a new module called 'loading-overlay' Inside this module I export the overlay component I add this module to app.module When adding the component to multiple modules I receive the following error: Type LoadingOverlayComponent is part of the declarations of 2 modules: LoadingOverlayModule and ProjectsModule! Please consider moving LoadingOverlayComponent