diff --git a/projects/example-app/src/app/auth/auth.module.ts b/projects/example-app/src/app/auth/auth.module.ts index 6cc10241e0..976504eeee 100644 --- a/projects/example-app/src/app/auth/auth.module.ts +++ b/projects/example-app/src/app/auth/auth.module.ts @@ -33,6 +33,5 @@ export const COMPONENTS = [ EffectsModule.forFeature([AuthEffects]), ], declarations: COMPONENTS, - entryComponents: [LogoutConfirmationDialogComponent], }) export class AuthModule {}