Skip to content

Commit

Permalink
refactor(example-app): remove occurrence of deprecated entryComponents (
Browse files Browse the repository at this point in the history
#3531)

Closes #3523
  • Loading branch information
mauromattos00 authored Aug 14, 2022
1 parent 53cb0ca commit 4da9a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/example-app/src/app/auth/auth.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ export const COMPONENTS = [
EffectsModule.forFeature([AuthEffects]),
],
declarations: COMPONENTS,
entryComponents: [LogoutConfirmationDialogComponent],
})
export class AuthModule {}

0 comments on commit 4da9a67

Please sign in to comment.