You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-07 23:23:49 +02:00
improving tests
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import {Component} from "@angular/core";
|
||||
import {SettingsComponent} from "../_abstract/abstract.settings.component";
|
||||
import {AuthenticationService} from "../../model/network/authentication.service";
|
||||
import {NavigationService} from "../../model/navigation.service";
|
||||
import {NotificationService} from "../../model/notification.service";
|
||||
import {BasicSettingsService} from "./basic.settings.service";
|
||||
import {BasicConfigDTO} from "../../../../common/entities/settings/BasicConfigDTO";
|
||||
import {I18n} from "@ngx-translate/i18n-polyfill";
|
||||
import {Component} from '@angular/core';
|
||||
import {SettingsComponent} from '../_abstract/abstract.settings.component';
|
||||
import {AuthenticationService} from '../../model/network/authentication.service';
|
||||
import {NavigationService} from '../../model/navigation.service';
|
||||
import {NotificationService} from '../../model/notification.service';
|
||||
import {BasicSettingsService} from './basic.settings.service';
|
||||
import {BasicConfigDTO} from '../../../../common/entities/settings/BasicConfigDTO';
|
||||
import {I18n} from '@ngx-translate/i18n-polyfill';
|
||||
|
||||
@Component({
|
||||
selector: 'settings-basic',
|
||||
@@ -23,7 +23,7 @@ export class BasicSettingsComponent extends SettingsComponent<BasicConfigDTO> {
|
||||
_settingsService: BasicSettingsService,
|
||||
notification: NotificationService,
|
||||
i18n: I18n) {
|
||||
super(i18n("Basic"), _authService, _navigation, _settingsService, notification, i18n, s => ({
|
||||
super(i18n('Basic'), _authService, _navigation, _settingsService, notification, i18n, s => ({
|
||||
port: s.Server.port,
|
||||
imagesFolder: s.Server.imagesFolder,
|
||||
applicationTitle: s.Client.applicationTitle,
|
||||
|
||||
Reference in New Issue
Block a user