Skip to content

Commit 481414b

Browse files
fix: Ionic storage module used as provider
1 parent b1b3286 commit 481414b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@
4242
<ion-item (click)="themeService.changeThemeMode()">
4343
<ion-icon name="contrast" slot="start" color="dark"></ion-icon>
4444
<ion-label>{{ "MENU.Label-darkMode" | translate }}</ion-label>
45-
<ion-toggle slot="end" [(ngModel)]="darkMode"> </ion-toggle>
45+
<ion-toggle slot="end" aria-label="choose theme"> </ion-toggle>
4646
</ion-item>
4747

4848
<ion-item>
4949
<ion-icon name="globe" slot="start" class="iconGlobe"></ion-icon>
5050
<ion-label>{{ "MENU.Label-language" | translate }}</ion-label>
5151
<ion-select
5252
#Language
53-
[(ngModel)]="language"
5453
(ionChange)="languageChange()"
54+
label=" choose language"
5555
>
5656
<ion-select-option option value="en" selected>{{
5757
"MENU.LangOption-English" | translate

0 commit comments

Comments
 (0)