Revize 89c98d12
Přidáno uživatelem Václav Jirák 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';
|
|
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 | 5 |
import {LocalizationService} from '../localization/localization.service'; |
6 | 6 |
|
7 | 7 |
@Component({ |
Také k dispozici: Unified diff
Re #7498 Global settings component implemented