1
resposta

erro no navegador

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.

1 resposta

Fala ai Willian, tudo bem? Esse problema porque seu component NotFoundComponent foi declarado em dois módulos diferentes, o que você pode fazer para resolver o problema é no AppModule importar o ErrorsModule e declarar o componente apenas no ErrorsModule.

Espero ter ajudado.