diff --git a/projects/ui/src/lib/po.module.ts b/projects/ui/src/lib/po.module.ts index 7a96bcb953..f2ffa99771 100644 --- a/projects/ui/src/lib/po.module.ts +++ b/projects/ui/src/lib/po.module.ts @@ -30,10 +30,4 @@ import { PoThemeA11yEnum, poThemeDefault, PoThemeService, PoThemeTypeEnum } from providers: [PoNotificationService], bootstrap: [] }) -export class PoModule { - constructor(private themeService: PoThemeService) { - if (this.themeService.getThemeActive() === undefined) { - this.themeService.setTheme(poThemeDefault, PoThemeTypeEnum.light, PoThemeA11yEnum.AAA, false); - } - } -} +export class PoModule {}