Revize f4741e5b
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
- ID f4741e5b455d33aeb0916b285ef922b63e0df9db
- Rodič f8b40fd5
webapp/src/app/day-picker/day-picker.component.ts | ||
---|---|---|
34 | 34 | |
35 | 35 |
constructor(private localizationService: LocalizationService) { |
36 | 36 |
this.locale = localizationService.defaultLanguage; |
37 |
localizationService.currentLanguage |
|
37 |
localizationService.currentLanguageSubject
|
|
38 | 38 |
.subscribe((data) => { |
39 | 39 |
this.locale = data; |
40 | 40 |
}); |
41 | 41 | |
42 | 42 |
this.viewDate = new Date(); |
43 | 43 |
this.currentMonth = this.viewDate.getMonth(); |
44 |
console.log(this.currentMonth); |
|
45 | 44 |
} |
46 | 45 | |
47 | 46 |
/** |
Také k dispozici: Unified diff
Re #7498 Global settings component implemented