fix code style
parent
94c5ac2261
commit
4c2678fcad
|
@ -10,7 +10,6 @@
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
form.tab-control {
|
form.tab-control {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
import {Component, EventEmitter, OnInit, Output, ViewChild} from '@angular/core';
|
import {Component, OnInit, ViewChild} from '@angular/core';
|
||||||
import {ActivatedRoute} from '@angular/router';
|
import {ActivatedRoute} from '@angular/router';
|
||||||
import {WarService} from '../../services/logs/war.service';
|
import {WarService} from '../../services/logs/war.service';
|
||||||
import {War} from '../../models/model-interfaces';
|
import {War} from '../../models/model-interfaces';
|
||||||
import {ChartUtils} from '../../utils/chart-utils';
|
import {ChartUtils} from '../../utils/chart-utils';
|
||||||
import {Fraction} from '../../utils/fraction.enum';
|
import {Fraction} from '../../utils/fraction.enum';
|
||||||
import {LogsService} from '../../services/logs/logs.service';
|
import {LogsService} from '../../services/logs/logs.service';
|
||||||
import {ScoreboardComponent} from "./scoreboard/scoreboard.component";
|
import {ScoreboardComponent} from './scoreboard/scoreboard.component';
|
||||||
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
|
Loading…
Reference in New Issue