Type OnlycComponent is part of the declarations of 2 modules: TestModule and AppModule! Please consider moving OnlycComponent to a higher module that imports TestModule and AppModule. You can also create a new NgModule that exports and includes OnlycComponent then import that NgModule in TestModule and AppModule.