Style.
This commit is contained in:
parent
38208f6420
commit
849a7ae95c
@ -50,4 +50,3 @@ import { DailyBalanceService } from './dailyBalance.service';
|
||||
]
|
||||
})
|
||||
export class AccountModule {}
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
||||
import { AfterViewChecked, Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
||||
import {
|
||||
AfterViewChecked, Component, EventEmitter, Input, Output, ViewChild
|
||||
} from '@angular/core';
|
||||
import { NgForm } from '@angular/forms';
|
||||
|
||||
import { Logger } from '@nsalaun/ng-logger';
|
||||
|
@ -1,7 +1,7 @@
|
||||
// vim: set tw=80 ts=2 sw=2 sts=2 :
|
||||
|
||||
export class Category {
|
||||
category: string;
|
||||
expenses: number;
|
||||
revenues: number;
|
||||
category: string;
|
||||
expenses: number;
|
||||
revenues: number;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user