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