Angular 2 ‘component’ is not a known element

I’m trying to use a component I created inside the AppModule in other modules. I get the following error though: “Uncaught (in promise): Error: Template parse errors: ‘contacts-box’ is not a known element: If ‘contacts-box’ is an Angular component, then verify that it is part of this module. If ‘contacts-box’ is a Web Component then … Read more