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