Revize 3fcf8b67
Přidáno uživatelem Hung Hoang před téměř 6 roky(ů)
webapp/src/app/header/header.component.ts | ||
---|---|---|
1 |
import { Component, Input } from '@angular/core'; |
|
2 |
import { MatDialog } from '@angular/material'; |
|
3 |
import { ProfileSettingsComponent } from '../profile-settings/profile-settings.component'; |
|
4 |
import { ProfileService } from '../services/profile.service'; |
|
5 |
import { UserProfile } from '../models/user-profile.model'; |
|
6 |
import {LocalizationService} from "../localization/localization.service"; |
|
1 |
import {Component, Input} from '@angular/core'; |
|
2 |
import {MatDialog} from '@angular/material'; |
|
3 |
import {ProfileSettingsComponent} from '../profile-settings/profile-settings.component'; |
|
4 |
import {ProfileService} from '../services/profile.service'; |
|
5 |
import {LocalizationService} from '../localization/localization.service'; |
|
7 | 6 |
|
8 | 7 |
@Component({ |
9 | 8 |
selector: 'app-header', |
Také k dispozici: Unified diff
Refactored all models