Revize 7ddbcffc
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/profile-settings/profile-settings.component.ts | ||
---|---|---|
9 | 9 |
styleUrls: ['./profile-settings.component.sass'] |
10 | 10 |
}) |
11 | 11 |
export class ProfileSettingsComponent { |
12 |
private date: Date;
|
|
13 |
private time: string;
|
|
12 |
readonly date: Date;
|
|
13 |
readonly time: string;
|
|
14 | 14 |
|
15 | 15 |
constructor( |
16 | 16 |
private dateToolsService: DateToolsService, |
Také k dispozici: Unified diff
User's notification settings is now displayed correctly