Antes de fazer a migração dos módulos tudo estava funcionando. Quando fiz a migração parou de funcionar e passou a apresentar a seguinte mensagem de erro:
ERROR in src/app/photos/photo-form/photo-form.module.ts:14:14 - error NG6002: Appears in the NgModule.imports of PhotosModule, but could not be resolved to an NgModule class.
Is it missing an @NgModule annotation?
14 export class PhotoFormModule {
~~~~~~~~~~~~~~~
src/app/photos/photos.module.ts:15:14 - error NG6002: Appears in the NgModule.imports of AppModule, but itself has errors
15 export class PhotosModule {}
~
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
Procurei várias referências em foruns e não consegui saber o que pode ser.