diff --git a/npm/ng-packs/packages/theme-shared/src/lib/theme-shared.module.ts b/npm/ng-packs/packages/theme-shared/src/lib/theme-shared.module.ts index c253bc023b..4b092642c1 100644 --- a/npm/ng-packs/packages/theme-shared/src/lib/theme-shared.module.ts +++ b/npm/ng-packs/packages/theme-shared/src/lib/theme-shared.module.ts @@ -81,6 +81,7 @@ const declarationsWithExports = [ AbpVisibleDirective, NgxDatatableListDirective, NgxDatatableDefaultDirective, + PasswordComponent, ...declarationsWithExports, ], providers: [DatePipe],