Revize 78eacb99
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/profile-settings/profile-settings.component.ts | ||
---|---|---|
1 | 1 |
import { Component, Inject } from '@angular/core'; |
2 | 2 |
import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material'; |
3 | 3 |
import {DateToolsService} from '../services/util/date-tools.service'; |
4 |
import {DateFormatterService} from "../services/util/date-formatter.service";
|
|
4 |
import {DateFormatterService} from '../services/util/date-formatter.service';
|
|
5 | 5 |
|
6 | 6 |
@Component({ |
7 | 7 |
selector: 'app-profile-settings', |
... | ... | |
9 | 9 |
styleUrls: ['./profile-settings.component.sass'] |
10 | 10 |
}) |
11 | 11 |
export class ProfileSettingsComponent { |
12 |
readonly date: Date;
|
|
13 |
readonly time: string;
|
|
12 |
private date: Date;
|
|
13 |
private time: string;
|
|
14 | 14 |
|
15 | 15 |
constructor( |
16 | 16 |
private dateToolsService: DateToolsService, |
Také k dispozici: Unified diff
Frontend localization completed