From c59daa180ce48ffbde1cca60dc6818c6c62c3859 Mon Sep 17 00:00:00 2001 From: Mauro Mattos Date: Sun, 14 Aug 2022 01:51:14 -0300 Subject: [PATCH] refactor(example): remove outdated property --- projects/example-app/src/app/auth/auth.module.ts | 1 - 1 file changed, 1 deletion(-) 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 {}